EndpointFilterFactoryContext Class

Definition

Represents the information accessible via the route handler filter API when the user is constructing a new route handler.

public sealed class EndpointFilterFactoryContext
type EndpointFilterFactoryContext = class
Public NotInheritable Class EndpointFilterFactoryContext
Inheritance
EndpointFilterFactoryContext

Constructors

EndpointFilterFactoryContext()

Properties

ApplicationServices

Gets the IServiceProvider instance used to access application services.

MethodInfo

The MethodInfo associated with the current route handler, RequestDelegate or MVC action.

Applies to