Method | Description | |
---|---|---|
UseKatana ( [ app, [ |
Provides a Katana/ASP.NET Core bridge allowing to register middleware designed for OWIN/Katana.
|
public static UseKatana ( [ app, [ |
||
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 |