<%:
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Can someone tell me the difference between <%: and <%#. I'm guessing this is a new feature in .NET 4 (or MVC2?) but I can't google it because of the special characters. I'm aware this is probably a very simple question but I can't work out how to search for the answer myself. :((
-
Can someone tell me the difference between <%: and <%#. I'm guessing this is a new feature in .NET 4 (or MVC2?) but I can't google it because of the special characters. I'm aware this is probably a very simple question but I can't work out how to search for the answer myself. :((
<%: is for HTMLEncoding. new-lt-gt-syntax-for-html-encoding-output-in-asp-net-4-and-asp-net-mvc-2[^]
Arun Jacob My Technical Blog : Code.NET