1. 下载类库: http://wpl.codeplex.com
  2. 添加程序集引用
  3. 在web.config文件中将AntiXSS类库注册为应用程序的编码器
          在<system.web>节点添加:<httpRuntime encoderType="Microsoft.Security.Application.AntiXSSEncoder,AntiXssLibrary"/>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-07-26
  • 2022-12-23
  • 2021-06-05
  • 2021-09-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2022-01-10
  • 2022-03-06
相关资源
相似解决方案