CefSettingsBaseCookieableSchemesExcludeDefaults Property |
Version 130.1.90
If CookieableSchemesExcludeDefaults is false the
default schemes ("http", "https", "ws" and "wss") will also be supported.
Specifying a CookieableSchemesList value and setting
CookieableSchemesExcludeDefaults to true will disable all loading
and saving of cookies for this manager. Can be overridden
for individual RequestContext instances via the
RequestContextSettings.CookieableSchemesList and
RequestContextSettings.CookieableSchemesExcludeDefaults values.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool CookieableSchemesExcludeDefaults { get; set; }
public:
property bool CookieableSchemesExcludeDefaults {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also