I\'m relatively new to the MVC framework but I do have a functioning Web Project with an API controller that utilizes AttributeRouting (NuGet package) - however, I\'m starti
In your App_Start/RoutesConfig.cs
make sure you call the following line of code:
routes.MapMvcAttributeRoutes();