Click or drag to resize

ShowHttpErrorPageResponseShowDefault Method

Creates a ShowHttpErrorPageResponse that notifies the browser that it should display the default error page.

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static ShowHttpErrorPageResponse ShowDefault()

Return Value

Type: ShowHttpErrorPageResponse
The ShowHttpErrorPageResponse instance that can be used as a return value in ShowHttpErrorPageHandler implementation.
See Also