CMSBasePage Properties
The CMSBasePage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
_InternalAdvantageClaimIdentity | (Inherited from AdvantageCommonBasePage.) |
|
|
ActiveDomains |
Gets the active domains.
|
|
|
AdminDomain |
Gets the admin domain.
|
|
|
AdminDomainID |
Gets or sets the admin domain identifier for the current session.
|
|
|
AdminEngine |
Gets the admin engine.
|
|
|
AdminIsSSL |
Gets a value indicating whether [admin is SSL].
|
|
|
AdminLanguage |
Gets the admin language.
|
|
|
AdminLanguageID |
Gets or sets the admin language identifier for the current session.
|
|
|
CMSMasterPage |
Gets the CMS master page.
|
|
|
CMSUsers |
Gets the CMS users.
|
|
|
CSPNonce |
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.) |
|
|
CurrentSql |
Gets the current SQL.
(Inherited from AdvantageCommonBasePage.) |
|
|
DatabaseCacheManager |
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.) |
|
|
Domain |
Gets the domain.
(Inherited from AdvantageCommonBasePage.) |
|
|
Domains |
Gets or sets the domains.
|
|
|
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.) |
|
|
Language |
Gets the language.
(Inherited from AdvantageCommonBasePage.) |
|
|
LanguageID |
Gets the current language identifier for the page context.
(Inherited from AdvantageCommonBasePage.) |
|
|
OwinContext |
Gets the owin context.
(Inherited from AdvantageCommonBasePage.) |
|
|
PreviewKey |
Gets the preview key.
(Inherited from AdvantageCommonBasePage.) |
|
|
RemoveQuerystringParameters |
Gets or sets the remove querystring parameters when rendered to the client browser.
(Inherited from AdvantageCommonBasePage.) |
|
|
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.) |
|
|
RewriteMasterId |
Gets or sets the rewrite master identifier.
(Inherited from AdvantageCommonBasePage.) |
|
|
RewriteObjectTypeName |
Gets or sets the name of the rewrite object type.
(Inherited from AdvantageCommonBasePage.) |
|
|
RewriteSEOName |
Gets or sets the SEO name used in the URL rewrite.
(Inherited from AdvantageCommonBasePage.) |
|
|
RewriteVersion |
Gets or sets the rewrite version.
(Inherited from AdvantageCommonBasePage.) |
|
|
ScriptManager |
Gets the script manager.
(Inherited from AdvantageCommonBasePage.) |
|
|
SiteContainerClass |
Gets or sets the CSS class applied to the site container, delegating to the master page.
|
|
|
SkinStylesheetManager |
Gets or sets the Telerik stylesheet manager used for skin-based styling.
|
|
|
WebCacheManager |
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.) |

