| 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.
| |
| 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.
| |
| CssFile |
CSS file.
| |
| CurrentPage |
Current page.
| |
| CurrentSite |
Current site.
| |
| CurrentSiteName |
Current site name.
| |
| CurrentUser |
Current user.
| |
| Description |
Description.
| |
| EncodeMetaTagValue |
Gets the value that indicates whether meta tags value should be encoded.
| |
| ExtendedTags |
Extended tags.
| |
| 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.
| |
| PreInit |
Runs the PreInit actions of the page.
| |
| PreRender |
Runs the PreRender actions of the page.
| |
| ResolveUrl |
Resolves the given URL.
| |
| SetCulture |
Sets the current thread culture according to the user culture.
|