FrameUrlFragment Property |
Version 118.6.80
Frame document's URL fragment including the '#'.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string UrlFragment { get; set; }
public:
property String^ UrlFragment {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also