HttpMethod.Delete プロパティ

定義

HTTP DELETE プロトコル メソッドを表します。

public:
 static property System::Net::Http::HttpMethod ^ Delete { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Delete { get; }
member this.Delete : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Delete As HttpMethod

プロパティ値

HttpMethod

HttpMethod を返します。

適用対象