Click or drag to resize

OwinResourceHandler Constructor

Version 90.6.50
Initializes a new instance of the OwinResourceHandler class

Namespace:  CefSharp.SchemeHandler
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
public OwinResourceHandler(
	Func<IDictionary<string, Object>, Task> appFunc
)

Parameters

appFunc
Type: SystemFuncIDictionaryString, Object, Task

[Missing <param name="appFunc"/> documentation for "M:CefSharp.SchemeHandler.OwinResourceHandler.#ctor(System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task})"]

See Also