html.AttributeEncode 与 html.Encode 有什么区别?

2024-01-25

html.AttributeEncode 与 html.Encode 有什么区别?


属性编码 http://msdn.microsoft.com/en-us/library/system.web.mvc.htmlhelper.attributeencode.aspx仅转换少数字符:

  • "
  • &
  • <
  • \

Encode http://msdn.microsoft.com/en-us/library/system.web.mvc.htmlhelper.encode.aspx进行完整的 HtmlEncode、编码anyHtml 中没有的字符。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

html.AttributeEncode 与 html.Encode 有什么区别? 的相关文章

随机推荐