RemoteAttributeBase.HttpMethod プロパティ

定義

検証要求を送信するときにクライアントが使用する HTTP メソッド ("Get" または "Post") を取得または設定します。

public:
 property System::String ^ HttpMethod { System::String ^ get(); void set(System::String ^ value); };
public string HttpMethod { get; set; }
public string? HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

プロパティ値

適用対象