Class DnnButton
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnButton : Button, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IButtonControl, IPostBackEventHandler, ILocalizable
Constructors
DnnButton()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public DnnButton()
DnnButton(IClientResourceController)
Declaration
public DnnButton(IClientResourceController clientResourceController)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientResourceController | clientResourceController |
Properties
ConfirmMessage
Declaration
[Bindable(true)]
public string ConfirmMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisabledCssClass
Declaration
[Bindable(true)]
public string DisabledCssClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Localize
Declaration
public bool Localize { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
LocalizeStrings()
Declaration
public virtual void LocalizeStrings()
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |