In this ASP.NET MVC Video tutorial, I will show you How to use Hyperlink control in asp.net MVC empty project. In this video, I follow these mentioned steps:
- Add New Empty MVC project.
- Add new Empty Controller in Controller folder
- Add three method in Home Controller, name of the controllers are Index, Contact and About
- Build the project.
- Add view for Index method
- In this method, add two hyperlinks for About and Contact Action method.
- Add view for About and contact
- Add Hyperlink in Index( ) method. @Html.Action("Text","Action method name","Controllername" )