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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -