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.23.2
Syntax public bool IsSameDocument { get; }
Property Value
Type:
Booleantrue if the navigation will be performed in the scope of the same document,
false otherwise.
See Also