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

适用于