This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Attribute Routing: Multiple routes per-action #739
Comments
javiercn
added a commit
that referenced
this issue
Sep 1, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 9, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 10, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 10, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 11, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 12, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
javiercn
added a commit
that referenced
this issue
Sep 12, 2014
1. Support multiple [Http*] attributes on an action. 2. Support multiple [Route] attributes on a controller. 3. Detect attribute routed actions during action discovery and return one action per [Http*] found on the method. 4. Build one action descriptor per [Route]+[Http*] combination in an action. 4. Disallow the use of [AcceptVerbs] and other IActionHttpMethodProvider attributes in attribute routed actions. 5. Disallow mixing attribute routed and non attribute routed actions on the same method.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If an action has multiple
[Http*]
attributes, it should expand into multiple ADs.The text was updated successfully, but these errors were encountered: