C# Класс DotNetBestPractices.Host.SwaggerDefaultValues

Represents the Swagger/Swashbuckle operation filter used to document the implicit API version parameter.
This IOperationFilter is only required due to bugs in the SwaggerGenerator. Once they are fixed and published, this class can be removed.
Наследование: IOperationFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( OpenApiOperation operation, OperationFilterContext context ) : void

Applies the filter to the specified operation using the given context.

Описание методов

Apply() публичный Метод

Applies the filter to the specified operation using the given context.
public Apply ( OpenApiOperation operation, OperationFilterContext context ) : void
operation OpenApiOperation The operation to apply the filter to.
context OperationFilterContext The current operation filter context.
Результат void