forum

home / developersection / forums / pass query string parameter in actionlink in mvc

pass query string parameter in ActionLink in MVC

Anonymous User 7779 17-Oct-2014
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

Updated on 17-Oct-2014

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By