Class PanelEditPagePanelExtensionControl
Implements
Inherited Members
Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke.dll
Syntax
public class PanelEditPagePanelExtensionControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
Constructors
PanelEditPagePanelExtensionControl()
Declaration
public PanelEditPagePanelExtensionControl()
Properties
PanelId
Declaration
public string PanelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
RenderContents(HtmlTextWriter)
Declaration
protected override void RenderContents(HtmlTextWriter op)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | op |