Click or drag to resize

RequestContextBuilderOnInitialize Method

Version 130.1.90
Action is called in IRequestContextHandler.OnRequestContextInitialized

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public RequestContextBuilder OnInitialize(
	Action<IRequestContext> action
)

Parameters

action  ActionIRequestContext
called when the context has been initialized.

Return Value

RequestContextBuilder
Returns RequestContextBuilder instance
See Also