Click or drag to resize

IBrowserNavigation Property

Gets the INavigation instance that can be used for controlling navigation in the current browser instance.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
INavigation Navigation { get; }

Property Value

Type: INavigation
The INavigation instance associated with this IBrowser.
See Also