AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleRewriteBase Methods

The AdvantageModuleRewriteBase type exposes the following members.

Methods


  Name Description
Public method BroadcastEvent
Allows broadcasting of information between modules rendered in an AdvantageTemplatePage. One module can broadcast a message with an event ID and arguments, other modules that override the "RecieveEvent" virtual method will receive the message. Messages should be broadcast PRIOR to the "PreRender Event" so that other modules may act upon the message.
(Inherited from AdvantageModule.)
Public method GetNavigations
Pass through to AdvantagePageTemplate GetNavigations
(Inherited from AdvantageModule.)
Protected method OnInit (Inherited from AdvantageModule.)
Protected method OnLoad (Inherited from AdvantageModule.)
Protected method OnPreRender (Inherited from AdvantageModule.)
Public method RecieveEvent
Virtual method that can be overridden to recieve messages that are broadcast via the "BroadcastEvent" method
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(Literal)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(String, Literal)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(String, PlaceHolder)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(String, String)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterBottomScript(String)
Registers content to the bottom of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(Literal)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(String, Literal)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(String, PlaceHolder)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(String, String)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Public method RegisterTopScript(String)
Registers content to the top of the page
(Inherited from AdvantageModule.)
Protected method Render (Inherited from AdvantageModule.)
Public method RenderControlContent (Inherited from AdvantageModule.)
Public method SearchIndexUsingBrowserInstance (Inherited from AdvantageModule.)
Public method SetOpenGraph
Sets the open graph.
(Inherited from AdvantageModule.)
Public method SiteSettings()()()()
Sites the settings.
(Inherited from AdvantageModule.)
Public method SiteSettings<(Of <<'(T>)>>)()()()()
Pass through to AdvantagePageTemplate SiteSettings
(Inherited from AdvantageModule.)