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.

Применяется к