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 方法。

适用于