VisibleSecurityStateSafetyTipInfo Property |
Version 130.1.90
The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
Namespace: CefSharp.DevTools.SecurityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public SafetyTipInfo SafetyTipInfo { get; set; }
public:
property SafetyTipInfo^ SafetyTipInfo {
SafetyTipInfo^ get ();
void set (SafetyTipInfo^ value);
}
Property Value
SafetyTipInfoSee Also