Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Figure out ControllerModel.AttributeRoutes #4043

Closed
rynowak opened this issue Feb 4, 2016 · 0 comments
Closed

Figure out ControllerModel.AttributeRoutes #4043

rynowak opened this issue Feb 4, 2016 · 0 comments
Assignees
Milestone

Comments

@rynowak
Copy link
Member

rynowak commented Feb 4, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants