This question is locked. New answers and comments are not allowed.
Hello,
I'm digging my hands into the MVC editor for the first time. I'm encountering this problem. When I wish to display the value of the editor in another page, I still get the html tags showing in the output like this...
<p>Welcome!!</p><p>Example text to be shown in browser</p>
I would like for this to be rendered as
Welcome
Example text to be shown in browser
Is there a way to make this happen without setting ValidateRequest to false?
Thanks.
I'm digging my hands into the MVC editor for the first time. I'm encountering this problem. When I wish to display the value of the editor in another page, I still get the html tags showing in the output like this...
<p>Welcome!!</p><p>Example text to be shown in browser</p>
I would like for this to be rendered as
Welcome
Example text to be shown in browser
Is there a way to make this happen without setting ValidateRequest to false?
Thanks.