Click or drag to resize

AjaxAction Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public class AjaxAction : Action

The AjaxAction type exposes the following members.

Constructors
  NameDescription
Public methodAjaxAction
Initializes a new instance of the AjaxAction class
Top
Properties
  NameDescription
Public propertyEnabled (Inherited from Action.)
Public propertyHeaders
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyName (Inherited from Action.)
Public propertyOnFail
Public propertyOnSuccess
Public propertyParameters
Public propertyRequestType
The type of request to make("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such as PUT and DELETE, can also be used here.
Public propertyShowError
Public propertyTitle (Inherited from Action.)
Public propertyType Obsolete.
The type of request to make("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such as PUT and DELETE, can also be used here.
Public propertyUrl
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also