问题:所需的防伪表单字段‘__RequestVerificationToken’不存在

解决办法:

[ValidateAntiForgeryToken]能在[HttpPost]下用

[ValidateAntiForgeryToken]不能在[HttpGet]下用

05-06 07:40