DocumentBase Class |
Namespace: CMS.UIControls
public class DocumentBase
The DocumentBase type exposes the following members.
Name | Description | |
---|---|---|
DocumentBase |
Constructor.
|
Name | Description | |
---|---|---|
mBodyClass |
Generic body class - contains the base body css class.
| |
mBodyParameters |
Other parameters in body tag.
| |
mBodyScripts |
Top HTML body node for custom HTML code.
| |
mCssFile |
Page CSS file link.
| |
mExtendedTags |
Extended page tags.
| |
mPageManager |
Page manager.
| |
renderLayout |
If false, default layout rendering is disabled.
|
Name | Description | |
---|---|---|
BodyClass |
Body class.
| |
BodyParameters |
Body parameters.
| |
BodyScripts |
Top HTML body node for custom HTML code.
| |
CacheItems |
List of the cache key items.
| |
CssFile |
CSS file.
| |
CurrentPage |
Current page.
| |
CurrentSite |
Current site.
| |
CurrentSiteName |
Current site name.
| |
CurrentStylesheet |
Current CSS stylesheet.
| |
CurrentUser |
Current user.
| |
Description |
Description.
| |
DocType |
DocType.
| |
EncodeMetaTagValue |
Gets the value that indicates whether meta tags value should be encoded.
| |
ExtendedTags |
Extended tags.
| |
FaviconTag |
Favicon tag.
| |
IsHTML5 |
Indicates whether DocType of current page is equal to HTML5 DocType.
| |
KeyWords |
Key words.
| |
Page |
Document page.
| |
PageManager |
Page manager.
| |
Response |
Current response.
| |
Title |
Title.
| |
XmlNamespace |
Additional XML namespace to HTML tag.
|
Name | Description | |
---|---|---|
AddCMSTags |
Adds the CMS page tags.
| |
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.
|