C# 获取上一个页面的URL

//上一个页面,跳转过来的页面
Uri MyUrl = Request.UrlReferrer;
//当前页面
Uri MyUrl = Request.Url;
原文地址:https://www.cnblogs.com/wangbogo/p/2564019.html