SyntaxFix
Write A Post
Hire A Developer
Questions
You have [ValidateAntiForgeryToken] attribute before your action. You also should add @Html.AntiForgeryToken() in your form.
[ValidateAntiForgeryToken]
@Html.AntiForgeryToken()