By using "ActionLink" method as shown in the below code. The below code will make a simple URL that helps to navigate to the "Home" controller and invoke the "GotoHome" action.
<%= Html.ActionLink("Home", "Gotohome") %>
No comments:
Post a Comment