How to provide a web view in a class library?

Viewed 16

I have a c# class library targeting .NET Standard 2.0. I want to provide a view in my class library so that someone can use and display in their app. Here is the simple use case: someone will use the view provided in my class library, and inside the view, it will show a web page of some predefined URL hosted by me. I am unfamiliar with the variety of desktop application options provided by Windows, I personally use a Windows Forms to consume the class library but as far as I understand, someone can use a UWP app or a WPF app. So I am thinking that this view should be compatible with all these different types of applications... Can anyone help? thanks

0 Answers
Related