Class ModuleUserControlBase
Inheritance
ModuleUserControlBase
Implements
Inherited Members
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public class ModuleUserControlBase : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
ModuleUserControlBase()
Declaration
public ModuleUserControlBase()
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 |
Methods
LocalizeSafeJsString(string)
Declaration
protected string LocalizeSafeJsString(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
string |
LocalizeString(string)
Declaration
protected string LocalizeString(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
string |