ActionBase is an abstract base control for Action objects that inherit from UserControl.

Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public abstract class ActionBase : UserControl, 
	IActionControl
Visual Basic
Public MustInherit Class ActionBase
	Inherits UserControl
	Implements IActionControl

Remarks

ActionBase inherits from UserControl, and implements the IActionControl Interface

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.Containers..::..ActionBase
          DotNetNuke.UI.Containers..::..ActionButton

See Also