NavigationParametersNavigation Property |
Gets the
INavigation instance the handler is associated with.
Namespace:
DotNetBrowser.Navigation.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public INavigation Navigation { get; }
Property Value
Type:
INavigationThe
INavigation instance the handler is associated with.
See Also