C# Class NETCoreAPIVersionAndSwaggerUI.SwaggerDefaultValues

Inheritance: IOperationFilter
Mostra file Open project: hendisuhardja/NETCoreAPIVersionAndSwaggerUI

Public Methods

Method Description
Apply ( OpenApiOperation operation, OperationFilterContext context ) : void

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

Method Details

Apply() public method

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.
return void