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

'Declaration
Public Interface IAppBuilderFactory
'Usage
Dim instance As IAppBuilderFactory
public interface IAppBuilderFactory
public interface class IAppBuilderFactory
type IAppBuilderFactory =  interface end
public interface IAppBuilderFactory

The IAppBuilderFactory type exposes the following members.

Methods

  Name Description
Public method Create Creates a new application builder.

Top

See Also

Reference

Microsoft.Owin.Hosting.Builder Namespace