当前位置: 代码迷 >> ASP.NET >> HttpServerUtility.Execute 的一个判断,该怎么解决
  详细解决方案

HttpServerUtility.Execute 的一个判断,该怎么解决

热度:5589   发布时间:2013-02-25 00:00:00.0
HttpServerUtility.Execute 的一个判断
有没有办法判断页面是被HttpServerUtility.Execute执行的

------解决方案--------------------------------------------------------
http://msdn.microsoft.com/zh-cn/system.web.httpserverutility.execute(VS.80).aspx
你看看这个对你有没有帮助.
------解决方案--------------------------------------------------------
Response.Write(this.Request.Path);
Response.Write(this.Request.CurrentExecutionFilePath);

判断两个值相不相等就行了
  相关解决方案