HttpMethod.Post 屬性

定義

取得 HTTP POST 方法。

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

屬性值

HTTP POST 方法。

適用於