How to redirect link to the controller an avoid the last visited link in Visual Studio MVC project?
I added a controller named Welcome to the sample project created by Visual Studio. This sample project comes with Home and Home/Privacy links. I modified the file _Layout.cshtml to add the next link to the view Welcome/Index.cshtml as follows: