Class ModuleHost
Assembly: DotNetNuke.dll
Syntax
public sealed class ModuleHost : Panel, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
Constructors
ModuleHost(ModuleInfo, Skin, Container)
Declaration
public ModuleHost(ModuleInfo moduleConfiguration, Skin skin, Container container)
Parameters
Properties
Container
Declaration
public Container Container { get; }
Property Value
ModuleControl
Declaration
public IModuleControl ModuleControl { get; }
Property Value
PortalSettings
Declaration
public PortalSettings PortalSettings { get; }
Property Value
Skin
Declaration
public Skin Skin { get; }
Property Value
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
RenderContents(HtmlTextWriter)
Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Overrides
Implements
Extension Methods