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 方法。

適用於