1 Answer

0 votes
by (14.1k points)
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 (1.6k points)
0 votes
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal (1.6k points)
+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal (1.6k points)
...