aspnetcore
aspnetcore copied to clipboard
Make route handler filters work for MVC controllers
- This change makes route handler filters work better with MVC controller actions by wrapping the action delegate directly. This means that run after action filters.
- To do so we need to expose the RouteHandlerFilters on the RouteEndpointBuilder and use them in MVC
OK this is ready for another pass.