Click or drag to resize

StartNavigationResponseIgnore Method

Creates a StartNavigationResponse that notifies the browser that the load request should be ignored.

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

Return Value

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