| SafetyTipInfoSafeUrl Property  | 
Version 90.6.50 
            The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic string SafeUrl { get; set; }public:
property String^ SafeUrl {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also