You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
We should make the action invoker signature into just RequestDelegate - which is what routing expects. We do this today in MvcRouteHandler by closing over the action descriptor. We should just push this into the invoker, and simplify the handler code in the process.
The text was updated successfully, but these errors were encountered:
We should make the action invoker signature into just
RequestDelegate
- which is what routing expects. We do this today inMvcRouteHandler
by closing over the action descriptor. We should just push this into the invoker, and simplify the handler code in the process.The text was updated successfully, but these errors were encountered: