Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wasted few hours for looking the answer and I'm very sad cause I didn't find anything usefull. I have a CMS in cloud and it provides content for diffrent devices like www site and my new windows store application. I want to use html formating. I've already created app in c# and xaml and I'm wondering how can I display html

I was happy cause I found http://nuget.org/packages/RichTextBlock.Html2Xaml but I can't make it work. I get blank page. No text, no error, no nothing.

Can someone pls tell me how can I display html in my app ?

share|improve this question

1 Answer

up vote 0 down vote accepted

Use a WebView/WebViewBrush or use HTML Agility Pack and implement the styles/rendering yourself.

share|improve this answer
doesn`t WebView display pages from external sources ? I have my Model with field Body that contains html String. How can I bind it to WebView ? – Fixus Nov 28 '12 at 6:56
NavigateToString(). – Filip Skakun Nov 28 '12 at 7:26
you`re my hero :) thank you – Fixus Nov 28 '12 at 8:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.