Class MiddlewareContext
Middleware context used with a IConfigurator<T>./>.
public class MiddlewareContext
- Inheritance
-
MiddlewareContext
- Inherited Members
- Extension Methods
Constructors
MiddlewareContext()
public MiddlewareContext()
Properties
AppBuilder
Application builder to be configured.
public required IApplicationBuilder AppBuilder { get; set; }
Property Value
HostingEnv
Web hosting environment
public required IWebHostEnvironment HostingEnv { get; set; }