1 Answer

0 votes
by
By using “ActionLink” method as shown in the below code. The below code will create a simple URL which help tonavigate to the “Home” controller and

invoke the “GotoHome” action.

<%= Html.ActionLink("Home","Gotohome") %>

Related questions

0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
...