IEndpointFilter Interface

Definition

Provides an interface for implementing a filter targetting a route handler.

public interface IEndpointFilter
type IEndpointFilter = interface
Public Interface IEndpointFilter

Methods

InvokeAsync(EndpointFilterInvocationContext, EndpointFilterDelegate)

Implements the core logic associated with the filter given a EndpointFilterInvocationContext and the next filter to call in the pipeline.

Applies to