FrameUnreachableUrl Property |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public string UnreachableUrl { get; set; }
public:
property String^ UnreachableUrl {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also