This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
String table
Alexanderius edited this page Jan 1, 2019
·
1 revision
StringTable
class loads and keeps a localizable table of strings (can be HTML content) from specified string table files (Can be set via Simplify.Web configuration)
String tables in-memory cache can be enabled via Simplify.Web configuration.
<?xml version="1.0" encoding="utf-8" ?>
<items>
<item name="SiteTitle" value="Simplify.Web example application" />
<item name="PageTitleAbout" value="About Page" />
<item name="PageTitleLogin" value="Login" />
<item name="PageTitleProfile" value="Profile" />
<item name="PageTitle404" value="404 Not Found" />
</items>
- 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
- Dependency Injection
- Custom Simplify.Web bootstrapper
- Custom controller response
- Mocking controllers and views
- Authentication
- Custom view model binders
- Custom view model validators