SecurityStateExplanationRecommendations Property |
Version 118.6.80
Recommendations to fix any issues.
Namespace:
CefSharp.DevTools.Security
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string[] Recommendations { get; set; }
public:
property array<String^>^ Recommendations {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
StringSee Also