AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModule Methods

The AdvantageModule 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.
Public method GetNavigations
Pass through to AdvantagePageTemplate GetNavigations
Public method ReceiveEvent
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
Public method RecieveEvent Obsolete.
Recieves the event.
Public method RegisterBottomScript(Literal)
Registers content to the bottom of the page
Public method RegisterBottomScript(String, Literal)
Registers content to the bottom of the page
Public method RegisterBottomScript(PlaceHolder)
Registers content to the bottom of the page
Public method RegisterBottomScript(String, PlaceHolder)
Registers content to the bottom of the page
Public method RegisterBottomScript(String, String)
Registers content to the bottom of the page
Public method RegisterBottomScript(String)
Registers content to the bottom of the page
Public method RegisterTopScript(Literal)
Registers content to the top of the page
Public method RegisterTopScript(String, Literal)
Registers content to the top of the page
Public method RegisterTopScript(PlaceHolder)
Registers content to the top of the page
Public method RegisterTopScript(String, PlaceHolder)
Registers content to the top of the page
Public method RegisterTopScript(String, String)
Registers content to the top of the page
Public method RegisterTopScript(String)
Registers content to the top of the page
Public method RenderControlContent
Renders the content of the control.
Public method SearchIndexUsingBrowserInstance
Public method SetOpenGraph
Sets the open graph.
Public method SiteSettings()()()()
Sites the settings.
Public method SiteSettings<(Of <<'(T>)>>)()()()()
Pass through to AdvantagePageTemplate SiteSettings