Tagged Questions
3
votes
2answers
45 views
Html Encoded Code Expressions
In ASP.NET 4.0
should I use new syntax <%: expression %> or 2.0 <%= HttpUtility.HtmlEncode(expression) %>