Click or drag to resize

FrameUnreachableUrl Property

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public string UnreachableUrl { get; set; }

Property Value

String
See Also