The DocumentBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DocumentBase |
Constructor.
|
Methods
Name | Description | |
---|---|---|
AddCMSTags |
Adds the CMS page tags.
| |
AddComponentsCSS |
Adds the CSS for the components
| |
AllowClientCache |
Returns true if the full client caching is allowed (no revalidation requests).
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHeaderTags |
Gets the header tags for current page.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Runs the Load actions of the page.
| |
LogHit |
Logs the page hit.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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 | no
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
mBodyClass |
Generic body class - contains the base body css class.
| |
mBodyParameters |
Other parameters in body tag.
| |
mCssFile |
Page CSS file link.
| |
mExtendedTags |
Extended page tags.
| |
mPageManager |
Page manager.
| |
renderLayout |
If false, default layout rendering is disabled.
|
Properties
Name | Description | |
---|---|---|
BodyClass |
Body class.
| |
BodyParameters |
Body parameters.
| |
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 |
Shortcut icon file path.
| |
KeyWords |
Key words.
| |
Page |
Document page.
| |
PageManager |
Page manager.
| |
Response |
Current response.
| |
Title |
Title.
| |
XmlNamespace |
Additional XML namespace to HTML tag.
|
See Also