EndpointBuilder.FilterFactories Property

Definition

Gets the list of filters that apply to this endpoint.

public System.Collections.Generic.IList<Func<Microsoft.AspNetCore.Http.EndpointFilterFactoryContext,Microsoft.AspNetCore.Http.EndpointFilterDelegate,Microsoft.AspNetCore.Http.EndpointFilterDelegate>> FilterFactories { get; }
member this.FilterFactories : System.Collections.Generic.IList<Func<Microsoft.AspNetCore.Http.EndpointFilterFactoryContext, Microsoft.AspNetCore.Http.EndpointFilterDelegate, Microsoft.AspNetCore.Http.EndpointFilterDelegate>>
Public ReadOnly Property FilterFactories As IList(Of Func(Of EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate))

Property Value

Applies to