| 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; }
Public Property RequestType As String
Get
Set
Property Value
Type:
StringSee Also