This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Figure out ControllerModel.AttributeRoutes #4043
Closed
Description
ControllerModel
supports multiple routes per controller, but ActionModel
does not.
If you have a controller with multiple [Route]
attributes, this results in a single ControllerModel
instance.
If you have an action with multiple [Route]
attributes, this results in multiple ActionModel
instances.
We should resolve this asymmetry somehow.