CefCustomSchemeSchemeHandlerFactory Property |
Version 90.6.50
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: 90.6.50.0 (90.6.50.0)
Syntax public ISchemeHandlerFactory SchemeHandlerFactory { get; set; }
public:
property ISchemeHandlerFactory^ SchemeHandlerFactory {
ISchemeHandlerFactory^ get ();
void set (ISchemeHandlerFactory^ value);
}
Property Value
Type:
ISchemeHandlerFactorySee Also