We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4893 commit ab0efd4Copy full SHA for ab0efd4
Documentation/Content/Overview.md
@@ -33,7 +33,7 @@ Use **HTMLViewControl** if you have one HTML view and a DataContext.
33
x:Class="Example.Awesomium.Vue.UI.MainWindow"
34
Height="350" Width="525">
35
<Grid>
36
- <wpf:HTMLViewControl HTMLEngine="Awesomium" IsDebug="True" Uri="pack://application:,,,/View/dist/index.html"/>
+ <wpf:HTMLViewControl Uri="pack://application:,,,/View/dist/index.html"/>
37
</Grid>
38
</Window>
39
```
0 commit comments