Possible Duplicate:
what does “ <%: ” do?
What is the meaning of <%: %> tags that you can use with ASP .NET 4.5? In particular, the colon after the %.
Thanks.
Possible Duplicate:
what does “ <%: ” do?
What is the meaning of <%: %> tags that you can use with ASP .NET 4.5? In particular, the colon after the %.
Thanks.
It is the equivalent to <%= %>
but automatically HTML encodes the content before it renders.