function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
souvik9086souvik9086 

GET URL PARAMETERS IN ENTERED ORDER

I want to fetch all the urlParameters from Url and then use it in a key=value pair. But the requirement is I have to get the parameters in the entered order as it is displaying in the URL not in alphabatical order. By default it is coming in alphabatical order but I have to get the exact order which is entered in the URL. For that I have used 

ApexPages.currentPage().getHeaders().get('Referer'); 

But it is displaying null. Kindly suggest me what to do if anyone do have any idea about this. Please reply as soon as possible its urgent.

 

Thanks

Souvik.