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