Subscriber portal
Gets or sets the HTTP request method ("Get" or "Post").
public string HttpMethod { get; set; }
The HTTP request method. The default value is "Post".
AjaxOptions ClassSystem.Web.Mvc.Ajax Namespace