Class ModuleControlBase
ModuleControlBase is a base class for Module Controls that inherits from the Control base class. As with all MontrolControl base classes it implements IModuleControl.
Implements
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public class ModuleControlBase : Control, IModuleControl
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. |