Controller properties - SimplifyNet/Simplify.Web GitHub Wiki
Controller properties
In addition to controller 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, and 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 - file reader from data folder
- LanguageManager - language manager, provides current language info and functionality to change current request/user language
- Redirector - client redirector
- Html - various HTML generation classes container
- ListsGenerator - HTML ComboBox lists generator