Class ActionLink
ActionLink provides a button for a single action.
Inheritance
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class ActionLink : HyperLink
Remarks
ActionBase inherits from HyperLink.
Constructors
| Improve this Doc View SourceActionLink()
Initializes a new instance of the ActionLink class.
Declaration
public ActionLink()
Remarks
ActionBase inherits from HyperLink.
Properties
| Improve this Doc View SourceControlKey
ActionLink provides a button for a single action.
Declaration
public string ControlKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
ActionBase inherits from HyperLink.
KeyName
ActionLink provides a button for a single action.
Declaration
public string KeyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
ActionBase inherits from HyperLink.
KeyValue
ActionLink provides a button for a single action.
Declaration
public string KeyValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
ActionBase inherits from HyperLink.
ModuleControl
ActionLink provides a button for a single action.
Declaration
public IModuleControl ModuleControl { get; set; }
Property Value
Type | Description |
---|---|
IModuleControl |
Remarks
ActionBase inherits from HyperLink.
RequireEditMode
ActionLink provides a button for a single action.
Declaration
public bool RequireEditMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
ActionBase inherits from HyperLink.
Security
ActionLink provides a button for a single action.
Declaration
public string Security { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
ActionBase inherits from HyperLink.
Title
ActionLink provides a button for a single action.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
ActionBase inherits from HyperLink.
Methods
| Improve this Doc View SourceCreateChildControls()
CreateChildControls builds the control tree.
Declaration
protected override void CreateChildControls()
Remarks
ActionBase inherits from HyperLink.
OnPreRender(EventArgs)
OnPreRender runs when just before the Render phase of the Page Lifecycle.
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Remarks
ActionBase inherits from HyperLink.