HttpMethod.Post Eigenschap

Definitie

Vertegenwoordigt een HTTP POST-protocolmethode die wordt gebruikt om een nieuwe entiteit te posten als aanvulling op een URI.

public:
 static property System::Net::Http::HttpMethod ^ Post { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Post { get; }
static member Post : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Post As HttpMethod

Waarde van eigenschap

De HTTP POST-methode.

Van toepassing op