Freigeben über


HttpMethod.Options Eigenschaft

Definition

Ruft die HTTP OPTIONS-Methode ab.

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

Eigenschaftswert

Die HTTP OPTIONS-Methode.

Gilt für: