AjaxOptions.HttpMethod 属性

定义

获取或设置 HTTP 请求方法(“Get”或“Post”)。

public string HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

属性值

HTTP 请求方法。 默认值为“Post”。

适用于