Share via


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
System_CAPS_pubproperty Order

Not currently used.

Methods

Name Description
System_CAPS_pubmethod Create(Func<String, IList<String>, Action<IAppBuilder>>)

Create a new chained app loader.

See Also

Microsoft.Owin.Hosting.Loader Namespace

Return to top