Closed
Description
- Make it possible to move code as is from Ability to copy code from an endpoint handler to a controller (MapAction)
- MapAction MVP (Implement a minimal version of MapAction #29684)
- Add new "MapAction" overloads (Add new "MapAction" overloads #30448)
- MapAction Benchmarks (Add benchmarks for MapAction #29915)
- Move model-binding out of MVC
- Enable a model of
use only what you need
Ship controllers in libraries(out-of-scope)try to get middleware-like perf with MVC actions(out-of-scope)