If I reference the AntiXss library (4.2.1) and then implement it through web config, e.g:
When rendered, the RadMenu presents all links as href="%23".
How can I ensure RadMenu operates normally after adding AntiXss?
Richard
<system.web> <httpRuntime encoderType="Microsoft.Security.Application.AntiXssEncoder, AntiXssLibrary"/></system.web>When rendered, the RadMenu presents all links as href="%23".
How can I ensure RadMenu operates normally after adding AntiXss?
Richard