AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSBasePage Properties

The CMSBasePage type exposes the following members.

Properties


  Name Description
Protected property _InternalAdvantageClaimIdentity (Inherited from AdvantageCommonBasePage.)
Public property ActiveDomains
Gets the active domains.
Public property AdminDomain
Gets the admin domain.
Public property AdminDomainID
Gets or sets the admin domain identifier for the current session.
Public property AdminEngine
Gets the admin engine.
Public property AdminIsSSL
Gets a value indicating whether [admin is SSL].
Public property AdminLanguage
Gets the admin language.
Public property AdminLanguageID
Gets or sets the admin language identifier for the current session.
Public property CMSMasterPage
Gets the CMS master page.
Public property CMSUsers
Gets the CMS users.
Public property CSPNonce
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.)
Public property CurrentSql
Gets the current SQL.
(Inherited from AdvantageCommonBasePage.)
Public property DatabaseCacheManager
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.)
Public property Domain
Gets the domain.
(Inherited from AdvantageCommonBasePage.)
Public property Domains
Gets or sets the domains.
Protected property HeaderControlExists
Gets a value indicating whether the current page has a server-side <head runat="server"> element wired up. Returns false for pages whose <head> is plain markup or absent entirely. Override to alter the detection rule for unusual page structures.
(Inherited from AdvantageCommonBasePage.)
Public property Language
Gets the language.
(Inherited from AdvantageCommonBasePage.)
Public property LanguageID
Gets the current language identifier for the page context.
(Inherited from AdvantageCommonBasePage.)
Protected property OwinContext
Gets the owin context.
(Inherited from AdvantageCommonBasePage.)
Public property PreviewKey
Gets the preview key.
(Inherited from AdvantageCommonBasePage.)
Public property RemoveQuerystringParameters
Gets or sets the remove querystring parameters when rendered to the client browser.
(Inherited from AdvantageCommonBasePage.)
Protected property RenderTopResources
Gets the markup that should be injected as the first content inside the page's <head>. The base implementation emits the native String.prototype trim capture script so it runs before MicrosoftAjaxCore.js overrides the trim methods with its slow regex polyfill. Descendants should override to extend the top-of-head content and must call base.RenderTopResources first so the trim capture remains the very first script the browser executes.
(Inherited from AdvantageCommonBasePage.)
Public property RewriteMasterId
Gets or sets the rewrite master identifier.
(Inherited from AdvantageCommonBasePage.)
Public property RewriteObjectTypeName
Gets or sets the name of the rewrite object type.
(Inherited from AdvantageCommonBasePage.)
Public property RewriteSEOName
Gets or sets the SEO name used in the URL rewrite.
(Inherited from AdvantageCommonBasePage.)
Public property RewriteVersion
Gets or sets the rewrite version.
(Inherited from AdvantageCommonBasePage.)
Public property ScriptManager
Gets the script manager.
(Inherited from AdvantageCommonBasePage.)
Public property SiteContainerClass
Gets or sets the CSS class applied to the site container, delegating to the master page.
Public property SkinStylesheetManager
Gets or sets the Telerik stylesheet manager used for skin-based styling.
Public property WebCacheManager
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.)