Table of Contents

Interface IAsyncSwaggerProvider

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

Methods

GetSwaggerAsync(string, string, string)

Task<OpenApiDocument> GetSwaggerAsync(string documentName, string host = null, string basePath = null)

Parameters

documentName string
host string
basePath string

Returns

Task<OpenApiDocument>