Get the url of the previous request in ASP.Net
By [)ia6l0 iii
Use the "UrlReferrer" property of the Request object to retrieve the previous page url.
Uri previousPageUrl = Request.UrlReferrer;
Get the url of the previous request in ASP.Net (651 Views)