Improve package description for Microsoft.Toolkit.Wpf.UI.Controls.WebView project
This commit is contained in:
Родитель
e420484f19
Коммит
f375584388
|
@ -8,7 +8,7 @@
|
|||
|
||||
<Title>Windows Community Toolkit WebView Windows Forms Controls</Title>
|
||||
<Description>
|
||||
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.
|
||||
</Description>
|
||||
<PackageTags>WebView Win32 WindowsForms</PackageTags>
|
||||
|
|
|
@ -7,7 +7,10 @@
|
|||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
|
||||
<Title>Windows Community Toolkit WPF WebView Control</Title>
|
||||
<Description>This library provides XAML controls for WPF WebView. It is part of the Windows Community Toolkit.</Description>
|
||||
<Description>
|
||||
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.
|
||||
</Description>
|
||||
<PackageTags>WebView Win32 WPF XAML</PackageTags>
|
||||
|
||||
<DefineConstants>$(DefineConstants);WPF</DefineConstants>
|
||||
|
|
Загрузка…
Ссылка в новой задаче