Click or drag to resize
RequestContextGetPreference Method
Version 57.0.0

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

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public virtual Object GetPreference(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: Object

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

Implements

IRequestContextGetPreference(String)
See Also