0
votes
votes
1 answers
I want to get the Url of the current request plus querystring values
Is there any built in asp.net API (Request object?) to get the currently requested URL? I actually want it broken down into 2 parts, one is the complete url without the querystring values, and the second part is ONLY the query string val ...
