Click or drag to resize
RequestContextHasPreference Method
Version 57.0.0

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

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

Parameters

name
Type: SystemString

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

Return Value

Type: Boolean

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

Implements

IRequestContextHasPreference(String)
See Also