HttpMethod.Post Property

Definition

Gets the HTTP POST method.

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

Property Value

The HTTP POST method.

Applies to