HttpMethod.Get プロパティ

定義

HTTP GET メソッドを取得します。

public:
 static property HttpMethod ^ Get { HttpMethod ^ get(); };
static HttpMethod Get();
public static HttpMethod Get { get; }
var httpMethod = HttpMethod.get;
Public Shared ReadOnly Property Get As HttpMethod

プロパティ値

HTTP GET メソッド。

適用対象