TemplateMasterPage Class |
Namespace: CMS.UIControls
public abstract class TemplateMasterPage : MasterPage, ITimeZoneManager
The TemplateMasterPage type exposes the following members.
Name | Description | |
---|---|---|
TemplateMasterPage |
Name | Description | |
---|---|---|
BodyClass |
Body class.
| |
BodyParameters |
Body parameters.
| |
BodyScripts |
Top HTML body node for custom HTML code.
| |
CssFile |
Css file.
| |
CurrentPage |
Current page info.
| |
CurrentSite |
Current site.
| |
CurrentUser |
Current user.
| |
CustomTimeZone |
Gets or sets user defined time zone if time zone type is "custom".
| |
Description |
Description.
| |
DocType |
DocType.
| |
DocumentBase |
Document base.
| |
ExtendedTags |
Extended tags.
| |
HeaderTags |
Header tags.
| |
KeyWords |
Key words.
| |
LogsContainer |
Container for the debug logs.
| |
PageManager |
Page manager.
| |
TemplatePage |
Template page.
| |
TimeZoneType |
Gets or sets time zone.
| |
Title |
Title.
| |
XmlNamespace |
Additional XML namespace to HTML tag.
|
Name | Description | |
---|---|---|
InitDebug |
Initializes the debug controls.
| |
LoadUserControl |
Loads the user control based on the given path
| |
OnInit |
Init event handler.
(Overrides UserControlOnInit(EventArgs).) | |
PreInit |
PreInit event handler.
|
Name | Description | |
---|---|---|
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |