日期:2014-05-19  浏览次数:20906 次

请问
protected   void   btnCancel_Click(object   sender,   EventArgs   e)
                {
                        this.Page.Response.Redirect(HttpContext.Current.Request.UrlReferrer.ToString());
                }

是什么含义
请大家解释一下

------解决方案--------------------
UrlReferrer
Gets information about the URL of the client 's previous request that linked to the current URL.
------解决方案--------------------
点取消按钮后 页面重定向