C# StringHelper,字符串操作类
2021-03-28 05:25
阅读:621
标签:ati 串操作 ack request tpc style 字符串操作 get context /// try if (retVal == null) return retVal; C# StringHelper,字符串操作类 标签:ati 串操作 ack request tpc style 字符串操作 get context 原文地址:https://www.cnblogs.com/-hao/p/9342955.html
/// 返回上一个页面的地址
///
///
public static string GetUrlReferrer()
{
string retVal = null;
{
retVal = HttpContext.Current.Request.UrlReferrer.ToString();
}
catch{}
return "";
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:C# StringHelper,字符串操作类
文章链接:http://soscw.com/index.php/essay/68903.html
文章标题:C# StringHelper,字符串操作类
文章链接:http://soscw.com/index.php/essay/68903.html
评论
亲,登录后才可以留言!