JavascriptCallbackResponseMessageProperty.StatusCode Eigenschaft

Definition

Ruft den HTTP-Statuscode ab bzw. legt ihn fest.

public:
 property Nullable<System::Net::HttpStatusCode> StatusCode { Nullable<System::Net::HttpStatusCode> get(); void set(Nullable<System::Net::HttpStatusCode> value); };
public System.Net.HttpStatusCode? StatusCode { get; set; }
member this.StatusCode : Nullable<System.Net.HttpStatusCode> with get, set
Public Property StatusCode As Nullable(Of HttpStatusCode)

Eigenschaftswert

Der HTTP-Statuscode.

Hinweise

Der HTTP-Statuscode (falls nicht gleich 200) wird in der JavaScript-Antwort als zweiter Parameter angefügt.

Gilt für: