Click or drag to resize

ShowNetErrorPageResponseShowDefault Method

Creates a ShowNetErrorPageResponse 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 ShowNetErrorPageResponse ShowDefault()

Return Value

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