共用方式為


AjaxOptions.HttpMethod 屬性

定義

取得或設定 HTTP 要求方法 ("Get" 或 "Post")。

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

屬性值

HTTP 要求方法。 預設值為 "Post"。

適用於