Click or drag to resize

RedirectResponseCodeReceivedEventArgsNewUrl Property

Gets the new URL.

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

Property Value

Type: String
A string containing the new Url.
See Also