Share via


IAppLoaderFactory.Create Method (Func<String, IList<String>, Action<IAppBuilder>>)

 

Create a new chained app loader.

Namespace:   Microsoft.Owin.Hosting.Loader
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

Func<string, IList<string>, Action<IAppBuilder>> Create(
    Func<string, IList<string>, Action<IAppBuilder>> nextLoader
)

Parameters

Return Value

Type: System.Func<String, IList<String>, Action<IAppBuilder>>

Returns Func<T1, T2, TResult>.

See Also

IAppLoaderFactory Interface
Microsoft.Owin.Hosting.Loader Namespace

Return to top