WebAppManifestScopeExtensions Property |
Version 130.1.90
Non-standard, see
https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<ScopeExtension> ScopeExtensions { get; set; }
public:
property IList<ScopeExtension^>^ ScopeExtensions {
IList<ScopeExtension^>^ get ();
void set (IList<ScopeExtension^>^ value);
}
Property Value
IListScopeExtensionSee Also