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