HttpMethod.Get 속성

정의

HTTP GET 메서드를 가져옵니다.

public:
 static property HttpMethod ^ Get { HttpMethod ^ get(); };
static HttpMethod Get();
public static HttpMethod Get { get; }
var httpMethod = HttpMethod.get;
Public Shared ReadOnly Property Get As HttpMethod

속성 값

HTTP GET 메서드입니다.

적용 대상