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
)
Func<String^, IList<String^>^, Action<IAppBuilder^>^>^ Create(
Func<String^, IList<String^>^, Action<IAppBuilder^>^>^ nextLoader
)
abstract Create :
nextLoader:Func<string, IList<string>, Action<IAppBuilder>> -> Func<string, IList<string>, Action<IAppBuilder>>
Function Create (
nextLoader As Func(Of String, IList(Of String), Action(Of IAppBuilder))
) As Func(Of String, IList(Of String), Action(Of IAppBuilder))
Parameters
- nextLoader
Type: System.Func<String, IList<String>, Action<IAppBuilder>>
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