Click or drag to resize

RequestContextHandlerSetPreferenceOnContextInitialized Method

Version 130.1.90
Sets the preferences when the OnRequestContextInitialized(IRequestContext) method is called. If value is null the preference will be restored to its default value. Preferences set via the command-line usually cannot be modified.

Namespace: CefSharp.Handler
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public RequestContextHandler SetPreferenceOnContextInitialized(
	string name,
	Object value
)

Parameters

name  String
preference name
value  Object
preference value

Return Value

RequestContextHandler
A RequestContextHandler instance allowing you to chain multiple AddPreference calls together
See Also