The required anti-forgery form field "__RequestVerificationToken" is not present.

@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
}

原文地址:https://www.cnblogs.com/zhubangchao/p/8376946.html