SecurityStateExplanationRecommendations Property |
Version 112.3.0
Recommendations to fix any issues.
Namespace:
CefSharp.DevTools.Security
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.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