Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Last active November 2, 2018 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannagel/df4b360305b2b95db2436b89cbc50f86 to your computer and use it in GitHub Desktop.
Save christiannagel/df4b360305b2b95db2436b89cbc50f86 to your computer and use it in GitHub Desktop.
XAML Islands: Using the WebView in WPF apps using XAML Code
<toolkit:WebView Grid.Row="1"
x:Name="webView1"
Source="https://csharp.christiannagel.com"
Margin="4"
IsJavaScriptEnabled="True"
IsIndexedDBEnabled="True"
IsScriptNotifyAllowed="True"
Loaded="WebView_Loaded" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment