Html.ActionLink in VB.Net


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <%=Html.ActionLink("Products", "ViewProducts", New With {.id = "1", .section = "5"})%>

URL: http://forums.asp.net/t/1346695.aspx

Report this snippet


Comments


You need to login to view comments.