Click or drag to resize

NavigationStartedEventArgsUrl Property

Gets the URL of the navigation.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Url { get; }

Property Value

Type: String
The navigation URL.
See Also