码迷,mamicode.com
首页 > 其他好文 > 详细

string.Format组合跳转路径

时间:2015-06-29 16:11:14      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:

string url = this.ResolveClientUrl("~/page/bn_stu.aspx");
string str = string.Format("{0}?op={1}&", url, ViewState["yue"].ToString());
Response.Redirect(str,true);

string.Format组合跳转路径

标签:

原文地址:http://www.cnblogs.com/ctautocn/p/4607483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!