Class CachedModuleControl
CachedModuleControl represents a cached "ModuleControl". It inherits from Literal and implements the IModuleControl interface.
Inheritance
System.Object
CachedModuleControl
Implements
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public class CachedModuleControl : Literal, IModuleControl
Constructors
| Improve this Doc View SourceCachedModuleControl(String)
Initializes a new instance of the CachedModuleControl class. Constructs a new CachedModuleControl.
Declaration
public CachedModuleControl(string cachedContent)
Parameters
Type | Name | Description |
---|---|---|
System.String | cachedContent | The cached Content for this control. |
Properties
| Improve this Doc View SourceControl
Gets the underlying base control for this ModuleControl.
Declaration
public Control Control { get; }
Property Value
Type | Description |
---|---|
Control | A String. |
ControlName
Gets the Name for this control.
Declaration
public string ControlName { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
ControlPath
Gets the Path for this control (used primarily for UserControls).
Declaration
public string ControlPath { get; }
Property Value
Type | Description |
---|---|
System.String | A String. |
LocalResourceFile
Gets or sets the local resource file for this control.
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
ModuleContext
Gets the Module Context for this control.
Declaration
public ModuleInstanceContext ModuleContext { get; }
Property Value
Type | Description |
---|---|
ModuleInstanceContext | A ModuleInstanceContext. |