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; }
static member Delete : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Delete As HttpMethod

속성 값

HTTP DELETE 메서드입니다.

적용 대상