MVC Attribute Routing Not Working

前端 未结 5 1791
孤独总比滥情好
孤独总比滥情好 2020-12-01 13:30

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

5条回答
  •  Happy的楠姐
    2020-12-01 14:15

    In your App_Start/RoutesConfig.cs

    make sure you call the following line of code:

      routes.MapMvcAttributeRoutes();
    

提交回复
热议问题