Click or drag to resize

RequestContextBuilder.WithPreference Method

Version 101.0.180
Set the value associated with preference name when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Preferences set via the command-line usually cannot be modified.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax
public RequestContextBuilder WithPreference(
	string name,
	Object value
)

Parameters

name
Type: System.String
preference key
value
Type: System.Object
preference value

Return Value

Type: RequestContextBuilder
Returns RequestContextBuilder instance
See Also