C# Class Microsoft.AspNetCore.Builder.KatanaExtensions

Provides extension methods for IApplicationBuilder.
Mostra file Open project: aspnet-contrib/AspNet.Hosting.Extensions

Public Methods

Method Description
UseKatana ( [ app, [ configuration ) : IApplicationBuilder

Provides a Katana/ASP.NET Core bridge allowing to register middleware designed for OWIN/Katana.

Method Details

UseKatana() public static method

Provides a Katana/ASP.NET Core bridge allowing to register middleware designed for OWIN/Katana.
public static UseKatana ( [ app, [ configuration ) : IApplicationBuilder
app [ The ASP.NET Core application builder.
configuration [ /// The delegate allowing to configure the OWIN/Katana /// pipeline before adding it in the ASP.NET Core application. ///
return IApplicationBuilder