Click or drag to resize
IResourceHandlerFactory Interface
Version 63.0.0
Class that creates IResourceHandler instances for handling custom requests. The methods of this class will always be called on the CEF IO thread. This interface maps to the CefRequestHandler::GetResourceHandler method. It was split out to allow for the DefaultResourceHandlerFactory implementation that provides support for the LoadHtml extension method.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public interface IResourceHandlerFactory

The IResourceHandlerFactory type exposes the following members.

Properties
  NameDescription
Public propertyHasHandlers
Are there any ResourceHandler's registered?
Top
Methods
  NameDescription
Public methodGetResourceHandler
Called before a resource is loaded. To specify a handler for the resource return a ResourceHandler object
Top
See Also