Cef |
Class | Description | |
---|---|---|
FolderSchemeHandlerFactory | FolderSchemeHandlerFactory is a very simple scheme handler that allows you to map requests for urls to a folder on your file system. For example creating a setting the rootFolder to c:\projects\CefSharp\CefSharp.Example\Resources registering the scheme handler | |
OwinResourceHandler | ResourceHandler implementation that uses an OWIN capable host of fulfilling requests. Can be used with NancyFx or AspNet Core | |
OwinSchemeHandlerFactory | ISchemeHandlerFactory implementation that takes an OWIN AppFunc and uses an OwinResourceHandler to fulfill each requests. |