Table of Contents

Class ActionAttribute

Namespace
Dynamicweb.Core.UI.Actions
Assembly
Dynamicweb.Core.UI.dll
Makes an action discoverable in serialization and injection senarios.
public class ActionAttribute : ExportAttribute
Inheritance
ActionAttribute
Inherited Members

Constructors

ActionAttribute(string)

Constructs a Node with a nodetype.
public ActionAttribute(string actionType)

Parameters

actionType string
A type than be use to identify the action in serialization and injection senarios
To top