FrameGatedAPIFeatures Property  | 
Version 108.4.130 
            Indicated which gated APIs / features are available.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic GatedAPIFeatures[] GatedAPIFeatures { get; set; }public:
property array<GatedAPIFeatures>^ GatedAPIFeatures {
	array<GatedAPIFeatures>^ get ();
	void set (array<GatedAPIFeatures>^ value);
}Property Value
Type: 
GatedAPIFeatures
See Also