you can create a Windows 10 desktop widget using the Windows.UI.Xaml.Controls namespace and the WebView class.
Here's an example:
1 - Right-click on your project in Visual Studio and select "Add" -> "New Item".
2- Select "User Control (WPF)" and click "Add".
3- Open the XAML file (MyWidget.xaml) and add a WebView element with a source URL: