Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created May 9, 2018 16:57
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 kypflug/907e03e236958cc2b0c01a29ce27c12b to your computer and use it in GitHub Desktop.
Save kypflug/907e03e236958cc2b0c01a29ce27c12b to your computer and use it in GitHub Desktop.
<Window
x:Class="WebViewTest.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:WPF="clr-namespace:Microsoft.Toolkit.Win32.UI.Controls.WPF;assembly=Microsoft.Toolkit.Win32.UI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:WebViewTest"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="MainWindow"
Width="800"
Height="450"
mc:Ignorable="d">
<Grid>
<WPF:WebView x:Name="wvc" />
</Grid>
</Window>
@Chaosology-Asartheen
Copy link

how can i install Microsoft.Toolkit.Forms.UI.Controls.WebView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment