Share via


HttpMethod.Delete プロパティ

定義

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

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

プロパティ値

HTTP DELETE メソッド。

適用対象