HttpMethod.Get 속성

정의

HTTP GET 프로토콜 메서드를 나타냅니다.

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

속성 값

HTTP GET 메서드입니다.

적용 대상