TessaMiddleware - конструктор |
Пространство имён:
Tessa.Web.Middleware
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public TessaMiddleware(
RequestDelegate next,
IWebPathParser webPathParser,
IContainerProvider containerProvider,
IOptions options,
void environment
)
Public Sub New (
next As RequestDelegate,
webPathParser As IWebPathParser,
containerProvider As IContainerProvider,
options As IOptions,
environment As Void
)
public:
TessaMiddleware(
RequestDelegate^ next,
IWebPathParser^ webPathParser,
IContainerProvider^ containerProvider,
IOptions^ options,
void environment
)
new :
next : RequestDelegate *
webPathParser : IWebPathParser *
containerProvider : IContainerProvider *
options : IOptions *
environment : unit -> TessaMiddleware
Параметры
- next
- Тип: Microsoft.AspNetCore.HttpRequestDelegate
- webPathParser
- Тип: Tessa.Web.ServicesIWebPathParser
- containerProvider
- Тип: Tessa.Web.ServicesIContainerProvider
- options
- Тип: Microsoft.Extensions.OptionsIOptionsTOptions
- environment
- Тип: SystemVoid
См. также