i used this method link:http://compiledexperience.com/blog/posts/binding-html-to-the-web-browser-control
but had error message like “HTML not found in the type of webbrowercontrol property”. i think it’s a simple mistake but I’m new to windows phone.so please help me.
i used this method link:http://compiledexperience.com/blog/posts/binding-html-to-the-web-browser-control but had error message like HTML not found in
Share
You haven’t given much information, but my guess is that you are trying to set a HTML property on the WebBrowser control. The blog post you linked to describes the creation of an attached property, so you need to supply a prefix:
I would suggest reading about XAML namspaces and attached properties on MSDN.