Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HttpMethod.Post Property

Definition

Namespace:
Windows.Web.Http

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?