AdvantageModuleRewriteBase Methods
The AdvantageModuleRewriteBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) |
|
GetNavigations |
Pass through to AdvantagePageTemplate GetNavigations
(Inherited from AdvantageModule.) |
|
OnInit | (Inherited from AdvantageModule.) | |
OnLoad | (Inherited from AdvantageModule.) | |
OnPreRender | (Inherited from AdvantageModule.) | |
ReceiveEvent |
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
(Inherited from AdvantageModule.) |
|
RecieveEvent |
Recieves the event.
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(Literal) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(String, Literal) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(PlaceHolder) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(String, PlaceHolder) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(String, String) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterBottomScript(String) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(Literal) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(String, Literal) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(PlaceHolder) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(String, PlaceHolder) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(String, String) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
RegisterTopScript(String) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
Render | (Inherited from AdvantageModule.) | |
RenderControlContent |
Renders the content of the control.
(Inherited from AdvantageModule.) |
|
SearchIndexUsingBrowserInstance | (Inherited from AdvantageModule.) | |
SetOpenGraph |
Sets the open graph.
(Inherited from AdvantageModule.) |
|
SiteSettings()()()() |
Sites the settings.
(Inherited from AdvantageModule.) |
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Pass through to AdvantagePageTemplate SiteSettings
(Inherited from AdvantageModule.) |