I have something like this
<h1> I am Text </h1>
in asp.net MVC
If I want to write it by <%: mystring%> that he show the tags who filled by someone.
How I can decode it then show " I am Text "?
I just want to show the source from CKEDITOR to page without HTML tags. If I use regex then the all tags hide even user use to fill the information.