AjaxOptions.HttpMethod プロパティ

定義

HTTP 要求メソッド ("Get" または "Post") を取得または設定します。

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

プロパティ値

HTTP 要求メソッド。 既定値は "Post" です。

適用対象