This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Controllers properties
Alexanderius edited this page Jun 25, 2019
·
5 revisions
In addition to controllers responses you can work with framework via controller properties
- RouteParameters - dynamic object for accessing parsed route path dynamic parts;
- Context - wrapper for Microsoft OWIN 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
- ListsGenerator - HTML ComboBox lists generator.
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Language manager
- Redirector
- HTML