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

適用於