AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageModuleRewriteBase Properties

The AdvantageModuleRewriteBase type exposes the following members.

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 module's content.
(Inherited from AdvantageModule.)
Public property ConfigurationEngine
Gets the configuration engine.
(Inherited from AdvantageModule.)
Public property ContainerPanel
Gets the ASP Panel that wraps 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 CurrentNavigationPage.
(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-scoped storage of items by ID.
(Inherited from AdvantageModule.)
Public property IsActive
Is the module active (available)
(Inherited from AdvantageModule.)
Public property IsEditDraggable
Overridable 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 AdvantagePageTemplate.
(Inherited from AdvantageModule.)
Public property IsReWrite
Gets a value indicating whether this module was loaded via a URL rewrite.
Public property IsSearchAgent
Property retrieved from AdvantagePageTemplate.
(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 AdvantagePageTemplate.
(Inherited from AdvantageModule.)
Public property SortOrder
Historical usage, 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-scoped storage of items by ID.
(Inherited from AdvantageModule.)