DocumentBase MembersKentico 8.0 API Reference
The DocumentBase type exposes the following members.
Constructors

  NameDescription
Public methodDocumentBase
Constructor.
Back to Top
Methods

  NameDescription
Public methodAddCMSTags
Adds the CMS page tags.
Public methodAddComponentsCSS
Adds the CSS for the components
Public methodAllowClientCache
Returns true if the full client caching is allowed (no revalidation requests).
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetHeaderTags
Gets the header tags for current page.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLoad
Runs the Load actions of the page.
Public methodLogHit
Logs the page hit.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPreInit
Runs the PreInit actions of the page.
Public methodPreRender
Runs the PreRender actions of the page.
Public methodResolveUrl
Resolves the given URL.
Public methodSetCaching
Sets the page caching.
Public methodSetCSS
no Sets the CSS for the page
Public methodSetCulture
Sets the current thread culture according to the user culture.
Public methodSetTheme
Sets the CSS theme for the page.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldmBodyClass
Generic body class - contains the base body css class.
Protected fieldmBodyParameters
Other parameters in body tag.
Protected fieldmCssFile
Page CSS file link.
Protected fieldmExtendedTags
Extended page tags.
Protected fieldmPageManager
Page manager.
Protected fieldrenderLayout
If false, default layout rendering is disabled.
Back to Top
Properties

  NameDescription
Public propertyBodyClass
Body class.
Public propertyBodyParameters
Body parameters.
Public propertyStatic memberCacheItems
List of the cache key items.
Public propertyCssFile
CSS file.
Public propertyCurrentPage
Current page.
Public propertyCurrentSite
Current site.
Public propertyCurrentSiteName
Current site name.
Public propertyCurrentStylesheet
Current CSS stylesheet.
Public propertyCurrentUser
Current user.
Public propertyDescription
Description.
Public propertyDocType
DocType.
Protected propertyStatic memberEncodeMetaTagValue
Gets the value that indicates whether meta tags value should be encoded.
Public propertyExtendedTags
Extended tags.
Public propertyFavIconTag
Shortcut icon file path.
Public propertyKeyWords
Key words.
Public propertyPage
Document page.
Public propertyPageManager
Page manager.
Public propertyResponse
Current response.
Public propertyTitle
Title.
Public propertyXmlNamespace
Additional XML namespace to HTML tag.
Back to Top
See Also