May be it is just a bad definition but the parameters in an URL comes after the question mark ? and they are pair of key and values. the best way to get them is:
dim parameters as map = req.ParameterMap
if what you want is the embbeded id inside the URL then aeric answer is correct.