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
파일 보기 프로젝트 열기: khellang/DotNetBestPractices

공개 메소드들

메소드 설명
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