ASP dotnet 5抗管套令牌

发布于 2025-02-13 06:04:05 字数 341 浏览 0 评论 0原文

在dotnet5中,如果与空白操作属性一起使用表单标签,则自动生成requestVerificationToken。示例:< form action =“”>。如果表单操作属性不是空白的,则未生成requestVerificeToken自动示例:< form action =“ endpoint url”>。我希望它可以自动生成非空白操作属性的requestVerificationToken,而无需使用asp-antifergery = true@html.antiforgery() catentess 语句。有什么办法吗?

In dotnet5 the RequestVerificationToken is generated automatically if the form tag is used with blank action attribute. example: <form action="">. if the form action attribute is not blank then RequestVerificationToken is not generated automatically example: <form action="Endpoint URL">. I want it to generate the RequestVerificationToken automatically for non blank action attribute without using asp-antiforgery=true or @HTML.Antiforgery() statements explicitly. is there any way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文