Click or drag to resize

NavigationParametersNavigation Property

Gets the INavigation instance the handler is associated with.

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public INavigation Navigation { get; }

Property Value

Type: INavigation
The INavigation instance the handler is associated with.
See Also