摘要: //1.Response.Redirect using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace MvcDemo.Controllers { [HandleError] ... 阅读全文
posted @ 2017-04-05 17:16 X-Jonney 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 如果测试的url地址是http://www.test.com/testweb/default.aspx, 结果如下: Request.ApplicationPath: /testweb Request.CurrentExecutionFilePath: /testweb/default.aspx R 阅读全文
posted @ 2017-04-05 17:14 X-Jonney 阅读(2306) 评论(0) 推荐(0) 编辑