Click or drag to resize

NavigationStartedEventArgsIsSameDocument Property

Indicates whether the navigation will be performed in the scope of the same document.

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

Property Value

Type: Boolean
true if the navigation will be performed in the scope of the same document, false otherwise.
See Also