Quantcast
Channel: Programming Video Tutorials
Viewing all articles
Browse latest Browse all 53

Hyperlink ASP.NET MVC Video Tutorial part-3

$
0
0


Hyperlink ASP.NET MVC Video Tutorial part-3
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:

  1. Add New Empty MVC project.
  2. Add new Empty Controller in Controller folder
  3. Add three method in Home Controller, name of the controllers are Index, Contact and About
  4. Build the project.
  5. Add view for Index method 
  6. In this method, add two hyperlinks for About and Contact Action method.
  7. Add view for About and contact
  8. Add Hyperlink in Index( ) method. @Html.Action("Text","Action method name","Controllername" ) 

Viewing all articles
Browse latest Browse all 53

Trending Articles