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