当我总结一个表格时,我想重定向到另一个带有viewresult类的页面。 这是我的过滤器代码:
[ValidateSpamFilter(duration: 60, isAddress: false, keepRequestinCache: true)]
// HttpPost Method For Submit Form . you can add comment by this method .
[System.Web.Mvc.HttpPost]
public ActionResult AddComment(CommentAddDTO Comments)
和
filterContext.Result = new ViewResult { ViewName = "~/Error/Index" };
这只适用于actionresutland partialviewresult GET 方法。 但我希望用于 actionresutland Post Method。因为我提交表单方法,我得到低于错误
找不到'〜/ Error / Index'或其主人,或者没有视图引擎支持搜索到的位置。搜索了以下位置:\ r \ n〜/错误/索引“