diff --git a/Microsoft.Toolkit.Forms.UI.Controls.WebView/Microsoft.Toolkit.Forms.UI.Controls.WebView.csproj b/Microsoft.Toolkit.Forms.UI.Controls.WebView/Microsoft.Toolkit.Forms.UI.Controls.WebView.csproj index 4c7b579..bee31d2 100644 --- a/Microsoft.Toolkit.Forms.UI.Controls.WebView/Microsoft.Toolkit.Forms.UI.Controls.WebView.csproj +++ b/Microsoft.Toolkit.Forms.UI.Controls.WebView/Microsoft.Toolkit.Forms.UI.Controls.WebView.csproj @@ -8,7 +8,7 @@ Windows Community Toolkit WebView Windows Forms Controls - This library provides XAML controls for Windows Forms WebView, by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit. + This library provides WebView XAML control for Windows Forms by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit. This control uses the Microsoft Edge rendering engine (EdgeHTML) or the the System.Windows.Controls.WebBrowser, for devices on older versions (WebViewCompatible), to embed a view that renders richly formatted HTML5 content from a remote web server, dynamically generated code, or content files. WebView Win32 WindowsForms diff --git a/Microsoft.Toolkit.Wpf.UI.Controls.WebView/Microsoft.Toolkit.Wpf.UI.Controls.WebView.csproj b/Microsoft.Toolkit.Wpf.UI.Controls.WebView/Microsoft.Toolkit.Wpf.UI.Controls.WebView.csproj index 429d96a..3438929 100644 --- a/Microsoft.Toolkit.Wpf.UI.Controls.WebView/Microsoft.Toolkit.Wpf.UI.Controls.WebView.csproj +++ b/Microsoft.Toolkit.Wpf.UI.Controls.WebView/Microsoft.Toolkit.Wpf.UI.Controls.WebView.csproj @@ -7,7 +7,10 @@ true Windows Community Toolkit WPF WebView Control - This library provides XAML controls for WPF WebView. It is part of the Windows Community Toolkit. + + This library provides WebView XAML control for WPF by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit. + This control uses the Microsoft Edge rendering engine (EdgeHTML) or the the System.Windows.Controls.WebBrowser, for devices on older versions (WebViewCompatible), to embed a view that renders richly formatted HTML5 content from a remote web server, dynamically generated code, or content files. + WebView Win32 WPF XAML $(DefineConstants);WPF