AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantagePageTemplate Members

The AdvantagePageTemplate type exposes the following members.

Methods


  Name Description
Public method CheckSSL
Checks the SSL.
(Inherited from AdvantageCommonBasePage.)
Public method Dispose
Disposes this instance.
Public method GetNavigations
Multiple Enums can be used. ie. GetNavigations(eNavigationSelector.VisibleInMenu | eNavigationSelector.VisibleInMenu)
Public method GetParameter
Gets a parameter from the querystring.
(Inherited from AdvantageCommonBasePage.)
Protected method InjectContentSecurityPolicy_Nonce (Inherited from AdvantageCommonBasePage.)
Protected method injectHeaders (Inherited from AdvantageCommonBasePage.)
Protected method injectMetaTags (Inherited from AdvantageCommonBasePage.)
Public method LanguagePages
Languages the pages.
Public method Modules
Moduleses the specified domain identifier.
(Inherited from AdvantageCommonBasePage.)
Public method ReceiveEvent
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
Public method RegisterBottomScript(Literal)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, Literal)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String, String)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterBottomScript(String)
Registers content to the bottom of the page
(Inherited from AdvantageCommonBasePage.)
Protected method registerKeepAlive (Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(Literal)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, Literal)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String, String)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RegisterTopScript(String)
Registers content to the top of the page
(Inherited from AdvantageCommonBasePage.)
Public method RenderControlContent
Renders the content of the control.
(Inherited from AdvantageCommonBasePage.)
Public method SearchIndexUsingBrowserInstance
Setting this instructs the search indexing to create a browser instance so that javascript api and events can be fired. This method can be significantly slower and introduces overhead, but may be required depending on how a page is rendered
(Inherited from AdvantageCommonBasePage.)
Public method SetOpenGraph
Sets the open graph.
Public method SiteSettings()()()()
Sites the settings.
Public method SiteSettings<(Of <<'(T>)>>)()()()()
Sites the settings.

Properties


  Name Description
Protected property _InternalAdvantageClaimIdentity (Inherited from AdvantageCommonBasePage.)
Public property AdvantagePageDescription
Gets or sets the advantage page description.
Public property AdvantagePageName
Gets or sets the name of the advantage page.
Public property AnalyticsCode
Gets or sets the analytics code.
Public property ConfigurationEngine
Gets the configuration engine.
Public property ContainerControl
Gets the container control.
Public property CSPNonce
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.)
Public property CurrentDomain
Gets the current domain.
Public property CurrentLanguage
Gets the current language.
Public property CurrentNavigationPage
Gets the current navigation page.
Public property CurrentSitePage
Gets the current site page.
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 IsMobile
Gets a value indicating whether this instance is mobile.
Public property IsPreview
Gets a value indicating whether this instance has been called by the preview
Public property IsRewrite
Gets a value indicating whether this instance is rewrite.
Public property IsSearchAgent
Gets a value indicating whether this instance has been called by the search agent.
Public property Language
Gets the language.
(Inherited from AdvantageCommonBasePage.)
Public property LanguageAbreviation
Gets the language abreviation.
Public property ModuleEngine
Gets the module engine.
Public property PageMetaDescription
Gets or sets the page meta description.
Public property PageMetaKeywords
Gets or sets the page title.
Public property PreviewKey
Gets the preview key.
(Inherited from AdvantageCommonBasePage.)
Public property RenderMode
Gets the render mode of the current request. This function may allows you the developer to make decisions based on the context of the page. For example: In visual edit or preview mode, you may want to select an object if you are using a rewrite object. If the page is protected, you may want to allow the searchagent access to index the page.
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 name of the rewrite object type.
(Inherited from AdvantageCommonBasePage.)
Public property RewriteVersion
Gets or sets the rewrite version.
(Inherited from AdvantageCommonBasePage.)
Public property SitePageID
Gets or sets the site page identifier.
Public property Title
Gets or sets the title.
Public property UserManager
Gets the user manager.
(Inherited from AdvantageCommonBasePage.)
Public property WebCacheManager
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.)