JavascriptCallbackResponseMessageProperty.StatusCode Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des HTTP-Statuscodes.

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 als zweiter Parameter in der JavaScript-Antwort angefügt.

Gilt für: