Click or drag to resize

FrameLoadFailedEventArgsValidatedUrl Property

Gets the URL address which is failed to load.

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

Property Value

Type: String
The URL address which is failed to load.
See Also