This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Views properties
Alexanderius edited this page Oct 24, 2014
·
2 revisions
Available views properties:
- 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.);
- SiteUrl - Site root url, for example: http://mysite.com or http://localhost/mysite/;
- Language - current request language;
- Html - Various HTML generation classes container
- MessageBox - message box HTML generator;
- ListsGenerator - HTML ComboBox lists generator.
- Getting Started
- Main AcspNet principles
- AcspNet controllers
- Controllers basics
- Controllers attributes
- Controllers routing
- Controllers responses
- Controllers properties
- Controllers model binding
- AcspNet views
- AcspNet templates
- Template factory
- Data collector
- String table
- File reader
- AcspNet context
- Environment
- Language manager
- Redirector
- HTML