摘要:
protected void Page_Error(object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (HttpContext.Current.Server.GetLastError() is HttpRequestValidationException) { HttpContext.Current.Res... 阅读全文
posted @ 2010-11-26 11:09
tian_z
阅读(396)
评论(0)
推荐(0)