ConfigurableMiddlewareCore<TOptions> Class
Definition
- Namespace
- Cuemon.AspNetCore.Infrastructure
- Assemblies
- Cuemon.AspNetCore.dll
Provides an base-class for configurable middleware implementation in ASP.NET Core that supports the options pattern. This API supports the product infrastructure and is not intended to be used directly from your code.
public abstract class ConfigurableMiddlewareCore<TOptions> : MiddlewareCore, IConfigurable<TOptions> where TOptions : class, IParameterObject, new()
Type Parameters
TOptionsThe type of the options to setup.
- Inheritance
-
ConfigurableMiddlewareCore<TOptions>
- Implements
-
IConfigurable<TOptions>
- Derived
- Inherited Members
Properties
| Name | Description |
|---|---|
| Options | Gets the configured options of this Middleware. |