I used Awesomium, but the latest version I used was 1.6.1, and there are some differences between this and the current version - they actually simplified the situation.
The documentation says that you can force control over a control by setting the property Source:
<osm:WebControl Name="webControl"
Source="http://www.google.com/"
/>
If you find that the property is Sourcenot binding, and then just return to using some code in the view, subscribe to the property change event from the viewmodel (or from the event broker, if you use it), and change the property Sourcein response to the event.
source
share