If all I'm trying to do is display the contents of some web page in a WPF app, what are the pro's and cons of using the WebBrowser control versus the Frame control? As I understand it Frame wraps WebBrowser anyway.
I have no need to display WPF in my control so that feature of Frame doesn't concern me.
Thanks in advance.