Tuesday, 6 August 2013

How to escape %> in asp .net mvc?

How to escape %> in asp .net mvc?

I have the following code in my view
<%: "bla bla %>" %>
The problem is, the "%>" inside the string is being recognized as the
closing tag. How to make it being treated as normal string instead of a
closing tag?
RWendi

No comments:

Post a Comment