我需要找到一种方法来允许在 MVC2 模型绑定中使用 html 标签。
在 MVC3 中有一种方法,但我不知道 MVC2。你能帮我吗?
在 MVC3 中
[AllowHtml]
public string SomeProperty{ get; set; }
我需要一些用于 mvc2 中 AllowHtmlAttribute 的替代方法
我需要找到一种方法来允许在 MVC2 模型绑定中使用 html 标签。
在 MVC3 中有一种方法,但我不知道 MVC2。你能帮我吗?
在 MVC3 中
[AllowHtml]
public string SomeProperty{ get; set; }
我需要一些用于 mvc2 中 AllowHtmlAttribute 的替代方法