how GetLocalResourceObject output an HTML string?

Posted by Fleents on Stack Overflow See other posts from Stack Overflow or by Fleents
Published on 2010-06-02T07:02:48Z Indexed on 2010/06/02 9:33 UTC
Read the original article Hit count: 127

Filed under:
|

I stored some html contents in a local resource file. So it has html tags in it such as p, br, div, etc. I used GetLocalResourceObject("myContent") to display the content on the page, but the page doesnt render it as HTML.

© Stack Overflow or respective owner

Related posts about mvc

Related posts about localization