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: 183
        
mvc
|localization
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