HttpMethod.Query 屬性

定義

取得 HTTP QUERY 協定方法。

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

屬性值

HTTP QUERY 方法。

適用於