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