Click or drag to resize

IResourceRequestHandlerFactory Interface

Version 130.1.90
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 ResourceRequestHandlerFactory implementation that provides support for the LoadHtml extension method.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public interface IResourceRequestHandlerFactory

The IResourceRequestHandlerFactory type exposes the following members.

Properties
 NameDescription
Public propertyHasHandlers Return to have GetResourceRequestHandler(IWebBrowser, IBrowser, IFrame, IRequest, Boolean, Boolean, String, Boolean) called for every resource request. Otherwise return .
Top
Methods
 NameDescription
Public methodGetResourceRequestHandler Called on the CEF IO thread before a resource request is initiated.
Top
See Also