获取上个页面的url包括参数
Uri uri = Request.UrlReferrer;
string path = uri.AbsoluteUri;
TempData["path"] = path;
本文来自博客园,作者:方金,转载请注明原文链接:https://www.cnblogs.com/Gold-fangjin/p/5611176.html
Uri uri = Request.UrlReferrer;
string path = uri.AbsoluteUri;
TempData["path"] = path;
本文来自博客园,作者:方金,转载请注明原文链接:https://www.cnblogs.com/Gold-fangjin/p/5611176.html