Class Html5HostControl
Inheritance
Html5HostControl
Assembly: DotNetNuke.dll
Syntax
public class Html5HostControl : ModuleControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IModuleControl, IActionable
Constructors
Html5HostControl(string)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IBusinessControllerProvider. Scheduled removal in v12.0.0.")]
public Html5HostControl(string html5File)
Parameters
Type |
Name |
Description |
string |
html5File |
|
Html5HostControl(string, IBusinessControllerProvider)
Declaration
public Html5HostControl(string html5File, IBusinessControllerProvider businessControllerProvider)
Parameters
Properties
ModuleActions
Declaration
public ModuleActionCollection ModuleActions { get; }
Property Value
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Implements
Extension Methods