c# rendering html into text
        Posted  
        
            by every_answer_gets_a_point
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by every_answer_gets_a_point
        
        
        
        Published on 2010-04-14T12:46:39Z
        Indexed on 
            2010/04/14
            12:53 UTC
        
        
        Read the original article
        Hit count: 261
        
i want to be able to take html code and render plain text out of it.
another words this would be my input
<h3>some text</h3>
i want the result to look like this:
some text
how would i do it?
© Stack Overflow or respective owner