asp.net mvc 3 - To form Html Href in mvc -
<a href="basicinfo.aspx" class="desc3 pull-right"><i class="icon-edit">
i have simple html href in mvc. require manipulate path use in asp.net suppose have url this
http://localhost:52086/visacase/?summary=317
now require take value of summary, in asp.net using request.querystring
, want form full href url
like
note: want in view of mvc. assistance
request.params["summary"]
this should give value of summary
parameter.
Comments
Post a Comment