FrameGatedAPIFeatures Property |
Version 118.6.80
Indicated which gated APIs / features are available.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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