TessaSwaggerUIMiddleware - конструктор |
Пространство имён:
Tessa.Web.Middleware
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public TessaSwaggerUIMiddleware(
RequestDelegate next,
IWebHostEnvironment hostingEnv,
ILoggerFactory loggerFactory,
SwaggerUIOptions options
)
Public Sub New (
next As RequestDelegate,
hostingEnv As IWebHostEnvironment,
loggerFactory As ILoggerFactory,
options As SwaggerUIOptions
)
public:
TessaSwaggerUIMiddleware(
RequestDelegate^ next,
IWebHostEnvironment^ hostingEnv,
ILoggerFactory^ loggerFactory,
SwaggerUIOptions^ options
)
new :
next : RequestDelegate *
hostingEnv : IWebHostEnvironment *
loggerFactory : ILoggerFactory *
options : SwaggerUIOptions -> TessaSwaggerUIMiddleware
Параметры
- next
- Тип: Microsoft.AspNetCore.HttpRequestDelegate
- hostingEnv
- Тип: Microsoft.AspNetCore.HostingIWebHostEnvironment
- loggerFactory
- Тип: Microsoft.Extensions.LoggingILoggerFactory
- options
- Тип: SwaggerUIOptions
См. также