Class Container
Assembly: DotNetNuke.dll
Syntax
public class Container : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
Container()
Declaration
Properties
ContainerPath
Declaration
public string ContainerPath { get; }
Property Value
ContainerSrc
Declaration
public string ContainerSrc { get; set; }
Property Value
ContentPane
Declaration
protected HtmlContainerControl ContentPane { get; }
Property Value
ModuleConfiguration
Declaration
public ModuleInfo ModuleConfiguration { get; }
Property Value
ModuleControl
Declaration
public IModuleControl ModuleControl { get; }
Property Value
ModuleHost
Declaration
public ModuleHost ModuleHost { get; }
Property Value
ParentSkin
Declaration
public Skin ParentSkin { get; }
Property Value
PortalSettings
Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
OnUnload(EventArgs)
Declaration
protected override void OnUnload(EventArgs e)
Parameters
Overrides
SetModuleConfiguration(ModuleInfo)
Declaration
public void SetModuleConfiguration(ModuleInfo configuration)
Parameters
Implements
Extension Methods