Can a plugin generate HTML and send it to a web browser? (bind?)
If that’s possible… what are the pros and cons of doing it with a plugin, vs the Html property?
Can a plugin generate HTML and send it to a web browser? (bind?)
If that’s possible… what are the pros and cons of doing it with a plugin, vs the Html property?
The Html
property on the WebBrowser control is currently not bindable. It can only be assigned a value during design time.
Thanks. In that case, can a plugin access and modify the content of html objects in a webbrowser?
The only way a Plugin can currently control a WebBrowser’s content is through the Url
property. That property is bindable. The Html
property can certainly be made bindable in a future release. I’m just saying, at this time, it is not.