Click or drag to resize

FrameUnreachableUrl Property

Version 94.4.20
If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public string UnreachableUrl { get; set; }

Property Value

Type: String
See Also