Class MiddlewareCore
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.
Inheritance
System.Object
MiddlewareCore
Namespace: Cuemon.AspNetCore.Infrastructure
Assembly: Cuemon.AspNetCore.dll
Syntax
public abstract class MiddlewareCore
Properties
| Improve this DocNext
Gets the delegate of the request pipeline to invoke.
Declaration
protected RequestDelegate Next { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Http.RequestDelegate | The delegate of the request pipeline to invoke. |