How do I show HTML in an WPF application?

后端 未结 2 343
南旧
南旧 2021-01-27 02:07

I am new to WPF and need some help and guidance.

I am building a client app in VS2010 that will store HTML in a database, and I need to display this html with images in

相关标签:
2条回答
  • 2021-01-27 02:57

    When the HTML is saved, render it and save a preview image. Then just pull the preview image and display that.

    If you can't, you can always just pull the HTML and run it through your full render sequence, whatever that is.

    0 讨论(0)
  • 2021-01-27 03:08

    Load the html in web browser control.

    0 讨论(0)
提交回复
热议问题