EndpointFilterExtensions 클래스

정의

경로 처리기에 추가 IEndpointFilter 하기 위한 확장 메서드입니다.

public static class EndpointFilterExtensions
type EndpointFilterExtensions = class
Public Module EndpointFilterExtensions
상속
EndpointFilterExtensions

메서드

AddEndpointFilter<TBuilder,TFilterType>(TBuilder)

형식 TFilterType 의 필터를 경로 처리기에 등록합니다.

AddEndpointFilter<TBuilder>(TBuilder, Func<EndpointFilterInvocationContext,EndpointFilterDelegate,ValueTask<Object>>)

경로 처리기에 대리자가 지정된 필터를 등록합니다.

AddEndpointFilter<TBuilder>(TBuilder, IEndpointFilter)

경로 처리기에 필터를 등록합니다.

AddEndpointFilter<TFilterType>(RouteGroupBuilder)

형식 TFilterType 의 필터를 경로 처리기에 등록합니다.

AddEndpointFilter<TFilterType>(RouteHandlerBuilder)

형식 TFilterType 의 필터를 경로 처리기에 등록합니다.

AddEndpointFilterFactory<TBuilder>(TBuilder, Func<EndpointFilterFactoryContext,EndpointFilterDelegate,EndpointFilterDelegate>)

필터 팩터리를 나타내는 대리자를 지정하여 필터를 등록합니다.

적용 대상