Class ModuleControlBase
Implements
Inherited Members
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public class ModuleControlBase : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IModuleControl
Constructors
ModuleControlBase()
Declaration
public ModuleControlBase()
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 |