Skip to content

Controllers properties

Alexanderius edited this page Jun 6, 2024 · 2 revisions

Controllers properties

In addition to controllers responses you can work with the framework via controller properties:

  • RouteParameters - dynamic object for accessing parsed route path dynamic parts;
  • Context - wrapper for Microsoft Context, Response, Request, query string, form data, properties to get current URLs;
  • DataCollector - framework HTML page data collector;
  • TemplateFactory - HTML templates loader;
  • StringTable - dynamic object for accessing string table items;
  • StringTableManager - string table module itself;
  • Environment - current request framework properties/environment variables (current templates path, data paths etc.);
  • FileReader - files reader from data folder;
  • LanguageManager - language manager, provides current language info, functionality to change current request/user language;
  • Redirector - client redirector;
  • Html - Various HTML generation classes container

<< Previous page Next page >>

Clone this wiki locally