Class CachedModuleControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public class CachedModuleControl : Literal, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, ITextControl, IModuleControl
Constructors
CachedModuleControl(string)
Declaration
public CachedModuleControl(string cachedContent)
Parameters
Type | Name | Description |
---|---|---|
string | cachedContent |
Properties
Control
Declaration
public Control Control { get; }
Property Value
Type | Description |
---|---|
Control |
ControlName
Declaration
public string ControlName { get; }
Property Value
Type | Description |
---|---|
string |
ControlPath
Declaration
public string ControlPath { get; }
Property Value
Type | Description |
---|---|
string |
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
string |
ModuleContext
Declaration
public ModuleInstanceContext ModuleContext { get; }
Property Value
Type | Description |
---|---|
ModuleInstanceContext |