SafetyTipInfoSafetyTipStatus Property  | 
Version 108.4.130 
            Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic SafetyTipStatus SafetyTipStatus { get; set; }public:
property SafetyTipStatus SafetyTipStatus {
	SafetyTipStatus get ();
	void set (SafetyTipStatus value);
}Property Value
Type: 
SafetyTipStatus
See Also