This may be a duplicate of some other question, but it's hard to search the web for <%:
so I can't really find anything.
When I created a new Asp.net MVC 2 project its templates use the new notation of automatic html encoding. WHen I changed .net framework target to 3.5, these server scripts stopped working. When I changed them to <%=
everything was fine, but it's not the same.
Anyway. Is it possible to take advantage of this notation and avoid writing tedious and long statements <%= Html.Encode(...) %>
?