How can i get current url of the page in c# without the querystring param? -


how can current url of page in c# without querystring param?

i capturing url of page using request.url.tostring(). method gives me modified url because url containes query string parameters.

so following url

http://www.example.com/products/tabid/85/catid/notebooks-414/default.aspx

is rendered

http://www.example.com/default.aspx?tabid=85&catid=notebooks-414

how can url see in browser?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -