I am new to Silverlight, so my question may sound silly. But does WebBrowser control in Silverlight allow to do the same things no matter what operating system uses an end-users of an application?
I'm thinking of implementing an application that will need to process user-supplied HTML and I will possibly use WebBrowser control to ease the parsing.
EDIT
My worries are inner interfaces like IHTMLDocument2, IHTMLElementRender etc that I will probably need to use. Not sure Silverlight will provide access to them, though.