Closed
Description
Follow-up to #40491
- public sealed class RouteHandlerInvocationContext
+ public class RouteHandlerInvocationContext
{
- public HttpContext HttpContext { get; }
+ public virtual HttpContext HttpContext { get; }
- public List<object?> Parameters { get; }
+ public virtual List<object?> Parameters { get; }
+ public virtual T GetParameter<T>(int index) { }
}
Metadata
Metadata
Assignees
Labels
API was approved in API review, it can be implementedIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcPerformance infrastructure issuesController-like actions for endpoint routing*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels