| DocumentBase Methods |
The DocumentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCMSTags |
Adds the CMS page tags.
| |
| AddComponentsCSS | Obsolete.
Adds the CSS for the components
| |
| AllowClientCache |
Returns true if the full client caching is allowed (no revalidation requests).
| |
| GetHeaderTags |
Gets the header tags for current page.
| |
| Load |
Runs the Load actions of the page.
| |
| LogHit |
Logs the page hit.
| |
| PreInit |
Runs the PreInit actions of the page.
| |
| PreRender |
Runs the PreRender actions of the page.
| |
| ResolveUrl |
Resolves the given URL.
| |
| SetCaching |
Sets the page caching.
| |
| SetCSS |
Sets the CSS for the page
| |
| SetCulture |
Sets the current thread culture according to the user culture.
| |
| SetTheme |
Sets the CSS theme for the page.
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |