I am using Ajax.BeginForm to submit data etc, but when I look at Request.Url etc I get the URL of the Ajax request. Is there a way I can get URL of the actual page the user is on?
Basically, I need to obtain id (routevalue) from the URL without passing anything to the Ajax-actionlink.