Table of Contents

Class MiddlewareContext

Namespace
Tlabs.Config
Assembly
Tlabs.SrvBase.dll

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

IApplicationBuilder

HostingEnv

Web hosting environment

public required IWebHostEnvironment HostingEnv { get; set; }

Property Value

IWebHostEnvironment