IAppBuilderFactory Interface
Represents an interface that provides application builder factory.
Namespace: Microsoft.Owin.Hosting.Builder
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public interface IAppBuilderFactory
public interface class IAppBuilderFactory
type IAppBuilderFactory = interface end
Public Interface IAppBuilderFactory
Methods
Name | Description | |
---|---|---|
![]() |
Create() | Creates a new application builder. |
See Also
Microsoft.Owin.Hosting.Builder Namespace
Return to top