TessaMiddleware - конструктор
Пространство имён: Tessa.Web.MiddlewareСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
public TessaMiddleware(
RequestDelegate next,
IWebPathParser webPathParser,
IContainerProvider containerProvider,
IOptions<WebOptions> options,
IHostEnvironment environment,
IWebContextAccessor webContextAccessor
)
Public Sub New (
next As RequestDelegate,
webPathParser As IWebPathParser,
containerProvider As IContainerProvider,
options As IOptions(Of WebOptions),
environment As IHostEnvironment,
webContextAccessor As IWebContextAccessor
)
public:
TessaMiddleware(
RequestDelegate^ next,
IWebPathParser^ webPathParser,
IContainerProvider^ containerProvider,
IOptions<WebOptions^>^ options,
IHostEnvironment^ environment,
IWebContextAccessor^ webContextAccessor
)
new :
next : RequestDelegate *
webPathParser : IWebPathParser *
containerProvider : IContainerProvider *
options : IOptions<WebOptions> *
environment : IHostEnvironment *
webContextAccessor : IWebContextAccessor -> TessaMiddleware
Параметры
- next RequestDelegate
-
- webPathParser IWebPathParser
-
- containerProvider IContainerProvider
-
- options IOptionsWebOptions
-
- environment IHostEnvironment
-
- webContextAccessor IWebContextAccessor
-