Click or drag to resize

FrameLoadFinishedEventArgsValidatedUrl Property

Gets the URL address which is finished loading.

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

Property Value

Type: String
The URL address which is finished loading.
See Also