AdvantagePageTemplate Members
The AdvantagePageTemplate type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Disposes this instance.
|
|
|
DomainModule_getModuleByID |
Domains the module get module by identifier.
|
|
|
FindControlRecursive |
Finds the control recursive.
|
|
|
GetNavigations | (Inherited from AdvantageCommonBasePage.) |
|
|
GetSEOContent |
Gets the content of the seo.
|
|
|
IsPreviewActiveCMSUser |
Determines whether [is preview active CMS user].
|
|
|
JavascriptLanguagePages |
Javascripts the language pages.
|
|
|
LanguagePages |
Languages the pages.
|
|
|
OnError | (Inherited from AdvantageCommonBasePage.) |
|
|
OnInit |
Raises the Init event to initialize the page.
|
|
|
OnPreInit |
Raises the PreInit event at the beginning of page initialization.
|
|
|
OnPreLoad |
Raises the PreLoad event after postback data is loaded into the page server controls but before the OnLoad(System.EventArgs) event.
|
|
|
OnPreRender |
Raises the PreRender event.
|
|
|
OnPreRenderComplete |
Raises the PreRenderComplete event after the OnPreRenderComplete(System.EventArgs) event and before the page is rendered.
|
|
|
OnUnload |
Raises the Unload event. Disposes the page's
managed engines and SQL connections, then forwards to the base implementation.
|
|
|
ReceiveEvent |
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
|
|
|
Render |
Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.
|
|
|
SaveViewState |
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
Removes the X-Frame-Options: deny response header when the page is rendered in edit or preview mode (so
the page can be iframed by the admin surface), and asserts that the Content-Powered-By header has not been
tampered with.
|
|
|
SetOpenGraph |
Sets the open graph.
|
|
|
SiteSettings()()()() |
Retrieves the domain-level site settings as a dynamic object.
|
|
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Sites the settings.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AdvantagePageDescription |
Gets or sets the advantage page description.
|
|
|
AdvantagePageName |
Gets or sets the name of the advantage page.
|
|
|
ConfigurationEngine |
Gets the configuration engine.
(Inherited from AdvantageCommonBasePage.) |
|
|
ContainerControl |
Gets the container control.
|
|
|
CSFREnabled |
Gets a value indicating whether CSRF protection is enabled.
Initial value is retrieved from appsettings ("CsrfProtection") and can be overwritten.
|
|
|
CSPNonce |
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageCommonBasePage.) |
|
|
CurrentDomain |
Gets the current domain.
|
|
|
CurrentLanguage |
Gets the current language.
|
|
|
CurrentNavigationPage |
Gets the current navigation page.
|
|
|
CurrentSitePage |
Gets the current site page.
|
|
|
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.) |
|
|
IsMobile |
Gets a value indicating whether this instance is mobile.
|
|
|
IsPreview |
Gets a value indicating whether this instance has been called by the preview
|
|
|
IsRewrite |
Gets a value indicating whether this instance is rewrite.
|
|
|
IsSearchAgent |
Gets a value indicating whether this instance has been called by the search agent.
|
|
|
Language |
Gets the language.
(Inherited from AdvantageCommonBasePage.) |
|
|
LanguageAbreviation |
Gets the language abreviation.
|
|
|
LanguageID |
Gets the current language identifier for the page context.
(Inherited from AdvantageCommonBasePage.) |
|
|
ModuleEngine |
Gets the module engine.
(Inherited from AdvantageCommonBasePage.) |
|
|
NavigationEngine |
Gets the navigation engine.
(Inherited from AdvantageCommonBasePage.) |
|
|
PageMetaDescription |
Gets or sets the page meta description.
|
|
|
PageMetaKeywords |
Gets or sets the page meta keywords.
|
|
|
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.
|
|
|
SitePageID |
Gets or sets the site page identifier.
|
|
|
Title |
Gets or sets the title.
|
|
|
WebCacheManager |
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageCommonBasePage.) |

