What is the difference between html.AttributeEncode vs html.Encode?

时间:2021-09-03 19:55:49   收藏:0   阅读:34

What is the difference between html.AttributeEncode vs html.Encode?

AttributeEncode converts only a handful of characters:

  • "
  • &
  • <
  • \

Encode does a full HtmlEncode, encoding any characters that aren‘t in Html.

 

原文:https://www.cnblogs.com/chucklu/p/15222747.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!