Class Html5HostControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.Modules.Html5
Assembly: DotNetNuke.dll
Syntax
public class Html5HostControl : ModuleControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IModuleControl, IActionable
Constructors
Html5HostControl(string)
Declaration
public Html5HostControl(string html5File)
Parameters
Type | Name | Description |
---|---|---|
string | html5File |
Properties
ModuleActions
Declaration
public ModuleActionCollection ModuleActions { get; }
Property Value
Type | Description |
---|---|
ModuleActionCollection |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |