当发生HttpRequestValidationException时,如何将用户重定向到自定义错误页面。 我试图在我的basecontroller中捕获它:
protected override void OnException(ExceptionContext exceptionContext)
{
if (exceptionContext.Exception is HttpRequestValidationException)
{
this.View("CustomError").ExecuteResult(this.ControllerContext);
}
}
但我仍然得到例外: 从客户端
检测到一个潜在危险的request.form值