I\'ve got a string in .NET which is actually a url. I want an easy way to get the value from a particular parameter.
Normally, I\'d just use Request.Params[
Request.Params[
HttpContext.Current.Request.QueryString.Get("id");