Help in MVC project

Job ID: 32290458

Budget: $8 – $15 AUD

While working on MVC project, we are facing an issue as below

We are trying to call ”Activate” action which exist in “Home” Controller using below syntax.

https://prntscr.com/220rhgn or refer to the attachment

Above syntax is calling controller but not hitting action.
Below is Routing Definition :
routes.MapRoute(
name: "activate",
url: "Home/Activate",
defaults: new { controller = "Home", action = "Activate", id = UrlParameter.Optional }
);

Any help is appreciated and would be retained for long term as our extended team member
Related categories: .NET C# Programming MVC ASP.NET