RemoteAttribute.HttpMethod プロパティ

定義

リモート検証に使用する HTTP メソッドを取得または設定します。

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

プロパティ値

リモート検証で使用される HTTP メソッド。 既定値は "Get" です。

適用対象