-
Notifications
You must be signed in to change notification settings - Fork 25.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing to Controller Actions #117
Comments
cc @ssargent |
Is there going to be any way to create route configuration files that point directly to controllers? There still seems to be quite a heavy focus on attribute routing. This ticket explains some of the things I'd hope to see made available. |
Some existing content we might leverage: http://www.asp.net/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2 |
@danroth27 - I meant, not using attribute routing. "route configuration files that point directly to controllers". Attribute and in-code routes are a somewhat dated practice compared to what other mature frameworks out there are doing. |
This is about documenting the existing features. Use that ticket to further ask for things (or open a new one) but this issue isn't about adding new features. |
o_O |
Initial content in PR: #602 |
Any way to map routes in a separate file / class? @danroth27 @atrauzzi |
I have searched everywhere for some content on how to handle custom inline route constraints in MVC 6. Are they still in? |
When you say custom, you mean beyond the ones that are available here? |
Any updates on this issue? I would appreciate some documentation on this topic :) ... would older documentation work until then? |
It's in progress |
I'd be happy to be a test-subject for your documentation when you feel it's ready. I'm about 200 hours into working with MVC/webapi after about 25 years of software engineering experience. [email protected]. |
Dec 23 updates - debugger, transcode video, receipt messages, hide extensions, docs, usability
ASP.NET MVC -> Controllers -> Routing to Controller Actions
[Route]
,[Http*]
[controller]
,[action]
,[area]
)IRouteTemplateProvider
The text was updated successfully, but these errors were encountered: