StartupOwinAppBuilder.Initialize(Action<IAppBuilder>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the given appBuilder
as the one to invoke upon startup.
public static void Initialize (Action<Owin.IAppBuilder> appBuilder);
static member Initialize : Action<Owin.IAppBuilder> -> unit
Public Shared Sub Initialize (appBuilder As Action(Of IAppBuilder))
Parameters
- appBuilder
- Action<Owin.IAppBuilder>
The Owin.IAppBuilder to configure.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET