No type was found that matches the controller named 'User'

后端 未结 14 2471
孤城傲影
孤城傲影 2020-12-23 19:49

I\'m trying to navigate to a page which its URL is in the following format: localhost:xxxxx/User/{id}/VerifyEmail?secretKey=xxxxxxxxxxxxxxx

I\'ve added a new route i

14条回答
  •  梦毁少年i
    2020-12-23 20:01

    In my solution, I have a project called "P420" and into other project I had a P420Controller.

    When .NET cut controller name to find route, conflict with other project, used as a library into.

    Hope it helps.

提交回复
热议问题