I am having following action link:
<%= Html.ActionLink("Check this", "Edit", "test",
new { id = id}, new { style = "display:block" })%>
How to include "data=name" as query string. Some thing like link?data=name
home / developersection / forums / pass query string parameter in actionlink in mvc
<%= Html.ActionLink("Check this", "Edit", "test",
new { id = id}, new { style = "display:block" })%>
Norman Reedus
17-Oct-2014