我的网站中有两个表单,但都提交了相同的操作,
我的表单在花式框中打开,一个在普通页面中打开,
你可以知道请求是从花式框
或 noraml 页面发出的,因为如果由于验证,表单提交失败
我必须发回相同的视图,
其中包含用户提出请求的验证错误。
public ActionResult SubtmitForm(contact model)
{
// here i will check whether request is from fancy-box form or from normal web page form
}
注意:我正在使用 asp.net mvc3