Click or drag to resize

ObjectFactory.ConfigureRequestContext Method

Version 102.0.100
Create a new RequestContextBuilder which can be used to create a new IRequestContext in a fluent flashion. Call Create() to create the actual IRequestContext instance

Namespace:  CefSharp.Core
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.0
Syntax
public static RequestContextBuilder ConfigureRequestContext()

Return Value

Type: RequestContextBuilder
RequestContextBuilder
See Also