.Net Component for JavaScript Obfuscation?

后端 未结 5 1494
名媛妹妹
名媛妹妹 2021-01-13 13:13

Are there any .Net components for obfuscating JavaScript? I\'m generating JavaScript dynamically & emitting via ClientScript.RegisterClientScriptBlock. I\'d like to make

5条回答
  •  醉梦人生
    2021-01-13 14:10

    The Ajax Minifier mentioned above by Darin Dimitrov has been updated to include obfuscation as well as minification functionalities. It is also designed to work with your build and release process.

提交回复
热议问题