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 wanted to create a Web API controller, but, because of inattention, my controller was inherited from Controller instead of ApiController.