Search code examples
asp.net-mvcvb.nethtml.actionlink

How to define the ActionLink in VB.NET?


ActionLinks This Image shows type-safe method of defining the Actionlinks ,how to define it in VB.NET


Solution

  • <%= Html.ActionLink(Of SearchController)("Search Drinks", Function(s) s.Results("Beverages",2)) %>