码迷,mamicode.com
首页 > Web开发 > 详细

HttpUtility.HtmlEncode

时间:2014-09-06 12:22:03      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   ar   sp   html   on   c   line   

 HttpUtility.HtmlEncode用来防止站点受到恶意脚本注入的攻击

public string Welcome(string name, int numTimes = 1) {
     return HttpUtility.HtmlEncode("Hello " + name + ", NumTimes is: " + numTimes);
}

 

HttpUtility.HtmlEncode

标签:style   http   color   ar   sp   html   on   c   line   

原文地址:http://www.cnblogs.com/ssef/p/3959212.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!