IAppLoaderFactory Interface
Initializes a new app loader.
Namespace: Microsoft.Owin.Hosting.Loader
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public interface IAppLoaderFactory
public interface class IAppLoaderFactory
type IAppLoaderFactory = interface end
Public Interface IAppLoaderFactory
Properties
Name | Description | |
---|---|---|
![]() |
Order | Not currently used. |
Methods
Name | Description | |
---|---|---|
![]() |
Create(Func<String, IList<String>, Action<IAppBuilder>>) | Create a new chained app loader. |
See Also
Microsoft.Owin.Hosting.Loader Namespace
Return to top