TessaMiddleware - конструктор

Инициализирует новый экземпляр класса TessaMiddleware

Definition

Пространство имён: Tessa.Web.Middleware
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
C#
public TessaMiddleware(
	RequestDelegate next,
	IWebPathParser webPathParser,
	IContainerProvider containerProvider,
	IOptions<WebOptions> options,
	IHostEnvironment environment,
	IWebContextAccessor webContextAccessor
)

Параметры

next  RequestDelegate
 
webPathParser  IWebPathParser
 
containerProvider  IContainerProvider
 
options  IOptionsWebOptions
 
environment  IHostEnvironment
 
webContextAccessor  IWebContextAccessor
 

См. также