Click or drag to resize
RequestContextGetAllPreferences Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.RequestContext.GetAllPreferences(System.Boolean)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public virtual IDictionary<string, Object> GetAllPreferences(
	bool includeDefaults
)

Parameters

includeDefaults
Type: SystemBoolean

[Missing <param name="includeDefaults"/> documentation for "M:CefSharp.RequestContext.GetAllPreferences(System.Boolean)"]

Return Value

Type: IDictionaryString, Object

[Missing <returns> documentation for "M:CefSharp.RequestContext.GetAllPreferences(System.Boolean)"]

Implements

IRequestContextGetAllPreferences(Boolean)
See Also