Click or drag to resize

CefCustomSchemeSchemeHandlerFactory Property

Version 94.4.20
Factory Class that creates IResourceHandler instances for handling scheme requests. Leave this null if you wish to manually register the scheme handler with the relevant RequestContext.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public ISchemeHandlerFactory SchemeHandlerFactory { get; set; }

Property Value

Type: ISchemeHandlerFactory
See Also