Click or drag to resize

ShowHttpErrorPageParametersHttpStatus Property

Gets the HTTP status code of the request.

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public HttpStatusCode HttpStatus { get; }

Property Value

Type: HttpStatusCode
The HTTP status code of the request.
See Also