HttpMethod.Post Eigenschaft

Definition

Ruft die HTTP POST-Methode ab.

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

Eigenschaftswert

Die HTTP POST-Methode.

Gilt für: