Class Html5HostControl
Inheritance
System.Object
Html5HostControl
Assembly: DotNetNuke.dll
Syntax
public class Html5HostControl : ModuleControlBase, IModuleControl, IActionable
Constructors
|
Improve this Doc
View Source
Html5HostControl(String)
Declaration
public Html5HostControl(string html5File)
Parameters
Type |
Name |
Description |
System.String |
html5File |
|
Properties
|
Improve this Doc
View Source
ModuleActions
Declaration
public ModuleActionCollection ModuleActions { get; }
Property Value
Methods
|
Improve this Doc
View Source
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Implements
Extension Methods