Share via


EndpointFilterFactoryContext.MethodInfo Property

Definition

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

public System.Reflection.MethodInfo MethodInfo { get; init; }
member this.MethodInfo : System.Reflection.MethodInfo with get, set
Public Property MethodInfo As MethodInfo

Property Value

Remarks

In the future this could support more endpoint types.

Applies to