i am building a asp.net web page where i will provide two text boxes where user can enter the id
and link
and once the user click the button i will generate the below ur
i have a ur like this
http://www.hostname.com/controller.aspx?id=123&link=abc123
the id
and link
value will provide by the user and i am looking for a way to build the url in a more optimized way.