Class SwaggerUIMiddleware
- Namespace
- Swashbuckle.AspNetCore.SwaggerUI
- Assembly
- Swashbuckle.AspNetCore.SwaggerUI.dll
public class SwaggerUIMiddleware
- Inheritance
-
SwaggerUIMiddleware
- Inherited Members
Constructors
SwaggerUIMiddleware(RequestDelegate, IHostingEnvironment, ILoggerFactory, SwaggerUIOptions)
public SwaggerUIMiddleware(RequestDelegate next, IHostingEnvironment hostingEnv, ILoggerFactory loggerFactory, SwaggerUIOptions options)
Parameters
next
RequestDelegatehostingEnv
IHostingEnvironmentloggerFactory
ILoggerFactoryoptions
SwaggerUIOptions
Methods
Invoke(HttpContext)
public Task Invoke(HttpContext httpContext)
Parameters
httpContext
HttpContext