IAppBuilderFactory.Create Method ()
Creates a new application builder.
Namespace: Microsoft.Owin.Hosting.Builder
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
IAppBuilder Create()
IAppBuilder^ Create()
abstract Create : unit -> IAppBuilder
Function Create As IAppBuilder
Return Value
Type: Owin.IAppBuilder
A new application builder.
See Also
IAppBuilderFactory Interface
Microsoft.Owin.Hosting.Builder Namespace
Return to top