AttributeRouting
AttributeRouting copied to clipboard
Define your routes using attributes on actions in ASP.NET MVC and Web API.
I've used AttributeRouting on multiple projects without issue. I am using it on a new one, and whilst it works fine locally (though I have to remove the "routes.axd" line...
This has been incorporated into MVC 5, right? I thought it was, but I can't find some properties in the RouteAreaAttribute, like Subdomain property. Why is that?
I'm using AttributeRouting and everything was fine until I decided to install NewRelic on my server. After hours of debugging, it turns out that when NewRelic installed, it wipes out...
I translate routes with a custom translator. But a user can now call both. The origin (nontranslated) url and the translated url . I want the user to only call...
This error message provides no context of what route is causing the error: Could not find an available inline constraint for "{string}". Would be nice if it included some information...
Area routes using T4MVC can sometimes have nulls in the defaults dictionary, causing the RouteLoggingInfo class to crash when it tries to iterate through the defaults.
Hi, I have added ability to use ActionName attribute in AttributeReflector. Please review my change at your earliest convenience. Best regards, Max
404 when request is not local. routes.axd should only be accessible in development.
Works as described in issue #91. Note for viewing the diff. 7b9396a and 48c9341 are my upstream merges, they do not have any actual effect. I cannot figure out why...
Fixes #270. I also added the MVC3 bits to `packages.config` since I don't have them installed in the GAC. If you'd rather I hadn't, feel free to complain. :)