标签: c# asp.net xml html-encode
我想通过使用来自nuget的antixss来防止xss攻击。但是当我想将数据保存为form时,我将该数据转换为javascript中的xml。然后anti xss不接受,因为它具有“ <”或“>”。 我怎样才能防止xss但接受xml?
gr127