Is it possible to retrieve all querystrings from the address bar in an automated way without prior knowledge of their names?
For example, I am looking to extract the following:
reports?api=Report1&from=&to=&agentId=2&status=1&fixtureId=3&gradeId=4
I have searched extensively but can only find examples that require knowing the specific querystring names.