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