Click or drag to resize

AjaxActionRequestType Property

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.

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public string RequestType { get; set; }

Property Value

Type: String
See Also