Is there an easy way to retrieve the parameters of the referrer URL contained in Request.UrlReferrer? Is there any other way to get the parameters used by the referrer?
Request blahID = 3 &? Name = blah
I mean getting the blahID and name from the URL. This can be done with a bunch of line manipulations, but hoped there was an easier way.
source share