Click or drag to resize

StartNavigationResponseStart Method

Creates a StartNavigationResponse that notifies the browser that it should continue loading the URL.

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

Return Value

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