AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleRewriteBase Members

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 "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 OnInit (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.)

Properties


  Name Description
Public property Attributes
Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file.
(Inherited from AdvantageModule.)
Public property ClassName
The css class configured for this modules content
(Inherited from AdvantageModule.)
Public property ConfigurationEngine
Gets the configuration engine.
(Inherited from AdvantageModule.)
Public property ContainerPanel
Gets or sets the ASP Panel that wrappes the module. Used for controls that have absolute positioning or special requirements
(Inherited from AdvantageModule.)
Public property CSPNonce
Gets the nonce value for Content-Security-Policy
(Inherited from AdvantageModule.)
Public property CurrentDomain
Pass through to AdvantagePageTemplate CurrentDomain
(Inherited from AdvantageModule.)
Public property CurrentLanguage
Pass through to AdvantagePageTemplate CurrentLanguage
(Inherited from AdvantageModule.)
Public property CurrentNavigationPage
Pass through to AdvantagePageTemplate PageTitle
(Inherited from AdvantageModule.)
Public property CurrentSql
Pass through to AdvantagePageTemplate CurrentSql
(Inherited from AdvantageModule.)
Public property DatabaseCacheManager
Gets the database cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageModule.)
Public property IsActive
Is the module active (available)
(Inherited from AdvantageModule.)
Public property IsEditDraggable
Overrideable property to determine if a module is draggable in the visual editor
(Inherited from AdvantageModule.)
Public property IsInlineEdit
Gets a value indicating whether this instance is inline edit.
(Inherited from AdvantageModule.)
Public property IsPostBack
Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.
(Inherited from AdvantageModule.)
Public property IsPreview
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property IsReWrite
Gets a value indicating whether this instance is re write.
Public property IsSearchAgent
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property ModifierTitle
Title added in SitePage.
(Inherited from AdvantageModule.)
Public property ModuleContent
Managed content
(Inherited from AdvantageModule.)
Public property ModuleEngine
Pass through to AdvantagePageTemplate ModuleEngine
(Inherited from AdvantageModule.)
Public property ModuleID
Id of the module referenced in Global Configuration->Modules.
(Inherited from AdvantageModule.)
Public property Name
Name of the module referenced in Global Configuration->Modules.
(Inherited from AdvantageModule.)
Public property PageMetaDescription
Pass through to AdvantagePageTemplate PageMetaDescription
(Inherited from AdvantageModule.)
Public property PageMetaKeywords
Pass through to AdvantagePageTemplate PageMetaKeywords
(Inherited from AdvantageModule.)
Public property PageTitle
Pass through to AdvantagePageTemplate PageTitle
(Inherited from AdvantageModule.)
Public property RenderMode
Property retrieved from AdvantagePageTempate
(Inherited from AdvantageModule.)
Public property SortOrder
Historical usge, no longer active
(Inherited from AdvantageModule.)
Public property Span
The span configured for this modules content
(Inherited from AdvantageModule.)
Public property WebCacheManager
Gets the web cache manager. Which allows for domain/language save storage of items by id
(Inherited from AdvantageModule.)