Freigeben über


HttpMethod.Delete Eigenschaft

Definition

Ruft die HTTP DELETE-Methode ab.

public:
 static property HttpMethod ^ Delete { HttpMethod ^ get(); };
static HttpMethod Delete();
public static HttpMethod Delete { get; }
var httpMethod = HttpMethod.delete;
Public Shared ReadOnly Property Delete As HttpMethod

Eigenschaftswert

Die HTTP DELETE-Methode.

Gilt für: