HttpMethod.Post 속성

정의

새 엔터티를 URI에 추가할 항목으로 게시하는 데 사용되는 HTTP POST 프로토콜 메서드를 나타냅니다.

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

속성 값

HTTP POST 메서드입니다.

적용 대상