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
Returns
- OpenApiDocument