By using “ActionLink” method as shown in the below code. The below code will make a simple URL which help to navigate to the “Home” controller and
invoke the “GotoHome” action.
Collapse / Copy Code
<%= Html.ActionLink(“Home”, “Gotohome”) %>