- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 10
 
Controller properties
        Alexanderius edited this page Jul 3, 2025 
        ·
        1 revision
      
    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
 
 
- 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
 - Dynamic environment
 - Language manager
 - Redirector
 - HTML