1 Answer

0 votes
by

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”) %>

Related questions

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