Class Html5ModuleControlFactory
Inheritance
Html5ModuleControlFactory
Assembly: DotNetNuke.dll
Syntax
public class Html5ModuleControlFactory : BaseModuleControlFactory, IModuleControlFactory
Constructors
Html5ModuleControlFactory()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IBusinessControllerProvider. Scheduled removal in v12.0.0.")]
public Html5ModuleControlFactory()
Html5ModuleControlFactory(IBusinessControllerProvider)
Declaration
public Html5ModuleControlFactory(IBusinessControllerProvider businessControllerProvider)
Parameters
Properties
Priority
Declaration
public override int Priority { get; }
Property Value
Overrides
Methods
CreateControl(TemplateControl, string, string)
Declaration
public override Control CreateControl(TemplateControl containerControl, string controlKey, string controlSrc)
Parameters
Returns
Overrides
CreateModuleControl(TemplateControl, ModuleInfo)
Declaration
public override Control CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration)
Parameters
Returns
Overrides
CreateSettingsControl(TemplateControl, ModuleInfo, string)
Declaration
public override Control CreateSettingsControl(TemplateControl containerControl, ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Returns
Overrides
SupportsControl(ModuleInfo, string)
Declaration
public override bool SupportsControl(ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Returns
Overrides
Implements
Extension Methods