Table of Contents

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 RequestDelegate
hostingEnv IHostingEnvironment
loggerFactory ILoggerFactory
options SwaggerUIOptions

Methods

Invoke(HttpContext)

public Task Invoke(HttpContext httpContext)

Parameters

httpContext HttpContext

Returns

Task