HttpMethod.Options Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.