AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleRewrite<(Of <(<'T>)>)> Methods

The AdvantageModuleRewrite<(Of <(<'T>)>)> 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 "ReceiveEvent" 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 OnLoad (Inherited from AdvantageModule.)
Protected method OnPreRender (Inherited from AdvantageModule.)
Public method ReceiveEvent
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
(Inherited from AdvantageModule.)
Public method RecieveEvent
Recieves the event.
(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
Renders the content of the control.
(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.)