blah blah blah is here! blah blah » Close

0
votes
1 answers

I want to get the Url of the current request plus querystring values

Rick_A
761

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 ...

Feedback