mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

MVC 5 incorporated? #283

Open JobaDiniz opened 10 years ago

JobaDiniz commented 10 years ago

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?

mccalltd commented 10 years ago

Because Microsoft rolled their own implementation, inspired by this lib.

JobaDiniz commented 10 years ago

I thought they had actually use this lib as is. Thanks for clarifying.

JobaDiniz commented 10 years ago

Now we don't have all the features, and they gave us a class name conflict...

dotnetchris commented 10 years ago

::shakes fist:: MICROSOFT

I love C# but they sure know how to give us DLL Hell (now nuget hell for the most part)