Click or drag to resize

NavigationRedirectedEventArgsUrl Property

Gets the destination URL for the navigation redirect.

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

Property Value

Type: String
The destination URL for the navigation redirect.
See Also