How could I find (file) name with parameters of current page using C# in code behind? E.g with:
mysite.com/folder1/car.aspx?car_id=1®ion=3
I want to get the string car.aspx?car_id=1®ion=3
How could I find (file) name with parameters of current page using C# in code behind? E.g with:
mysite.com/folder1/car.aspx?car_id=1®ion=3
I want to get the string car.aspx?car_id=1®ion=3