Is it possible in WPF to spend HTML text in a TextBlock? All formatting and links are displayed automatically. I have a start page in my application that will over time make several types of texts, which different Formats. Im following an example with my HTML text.
<h1>Fett und schief</h1>
<p>Text <b>fett</b> und noch mehr Text <i>schief</i>.<br/>
<a href="http://www.google.de">hier</a>
As BasB already answered, you can display HTML with the WebBrowser Control.
I just wanted to add a short code sample:
In XAML:
In Code Behind: