我正在使用Membership.create用户功能,然后发生以下错误,
所需的防伪表单字段"__RequestVerificationToken"不存在
我怎样才能解决这个问题?
我使用以下代码来添加css类,@Html.TextBox但这只适用于@Html.TextBoxFor而不是@Html.TextBox.
@Html.TextBox("ticket_new_attachment_attributes_0_description", new { @class= "bigfield"})
Run Code Online (Sandbox Code Playgroud)
我错过了什么?