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 메서드입니다.

적용 대상