Class MiddlewareCore
- Namespace
- Cuemon.AspNetCore.Infrastructure
- Assembly
- Cuemon.AspNetCore.dll
Provides a base-class for middleware implementation in ASP.NET Core. This API supports the product infrastructure and is not intended to be used directly from your code.
public abstract class MiddlewareCore
- Inheritance
-
MiddlewareCore
- Derived
Properties
Next
Gets the delegate of the request pipeline to invoke.
protected RequestDelegate Next { get; }
Property Value
- RequestDelegate
The delegate of the request pipeline to invoke.