asp.net webapi 2 attribute routing not working

后端 未结 9 1933
再見小時候
再見小時候 2020-12-23 17:02

I have visual studio 2012 installed with mvc4 using .net framework 4.5. Now I want to use webapi2 with attribute writing and i want my hlep page show all the endpoints prope

9条回答
  •  旧巷少年郎
    2020-12-23 17:28

    This was not your case (as is apparent from your sample code), but please do remember to end the Controller class name with Controller.

    Else it won't be picked up by config.MapHttpAttributeRoutes();.

提交回复
热议问题