摘要:
required: "必选字段", remote: "请修正该字段", email: "请输入正确格式的电子邮件", url: "请输入合法的网址", date: "请输入合法的日期", dateISO: "请输入合法的日期 (ISO).", number: "请输入合法的数字", digits: "只能输入整数", creditcard: "请输入合法的信用卡号", equalTo: "请再次输... 阅读全文
2010年3月18日 #
摘要:
Html.BeginForm(”TestCheckBox”, ”Home”)的意思是当此表单提交的时候会提交到HomeController的TestCheckBox这个Action方法中 阅读全文