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
In my case I was using Web API and I did not have the public defined for my controller class.
Things to check for Web API:
public: ApiControllerController/api/ prefix. eg. 'host:port/api/{controller}/{actionMethod}'