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).
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetHeaderTags |
Gets the header tags for current page.
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Load |
Runs the Load actions of the page.
|
![]() | LogHit |
Logs the page hit.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
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.) |
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