Class ShowHttpErrorPageResponse
- Namespace
- DotNetBrowser.Navigation.Handlers
- Assembly
- DotNetBrowser.dll
A response to the ShowHttpErrorPageHandler.
public sealed class ShowHttpErrorPageResponse
- Inheritance
-
ShowHttpErrorPageResponse
- Inherited Members
Methods
- Show(string)
Creates a ShowHttpErrorPageResponse that notifies the browser that it should display an error page with the specified
errorHtml
.
- ShowDefault()
Creates a ShowHttpErrorPageResponse that notifies the browser that it should display the default error page.