gpt4 book ai didi

asp.net-mvc-2 - 如何在 ASP.NET MVC 2.0 中通过 textarea 接受 html 输入

转载 作者:行者123 更新时间:2023-12-05 00:01:27 24 4
gpt4 key购买 nike

我正在使用 ASP.net MVC 2.0 ,我在我的 View 上使用了一个文本区域

<%= Html.TextAreaFor(m => m.Description, 7, 35, new { @class = "bg_area normal" })%>

它在输入 html 数据后提交表单时向我显示异常
<p><b> hello world ! </b></p> 

有没有办法使用 textarea 接受这种数据?

有没有办法从一个地方处理它,或者,我必须补充

[验证输入(假)]

每个 Action ?

最佳答案

如果要将 HTML 发布到 Controller 方法,则需要添加 [ValidateInput(false)]属性到您的 Controller 方法。

Here is the MSDN documentation .

关于asp.net-mvc-2 - 如何在 ASP.NET MVC 2.0 中通过 textarea 接受 html 输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9229435/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com