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
<%= Html.ActionLink("Check this", "Edit", "test",
new { id = id}, new { style = "display:block" })%>
Can you answer this question?
Write Answer1 Answers