Table of Contents

Interface ISwaggerProvider

Namespace
Swashbuckle.AspNetCore.Swagger
Assembly
Swashbuckle.AspNetCore.Swagger.dll
public interface ISwaggerProvider

Methods

GetSwagger(string, string, string)

OpenApiDocument GetSwagger(string documentName, string host = null, string basePath = null)

Parameters

documentName string
host string
basePath string

Returns

OpenApiDocument