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

适用于