Best solution to shared Web component in a WPF application
Hello everyone, I would like you expertise to know if I go in the good direction. I would like to develop a Web app (I think with a js framework) with a main component that will display data from an ASP Net API.
however, I need to build a WPF application that will display the same component with the same retrieval logic.
These two applications don't have the same purpose, the website will "build" the data and the WPF application will exported them to an external client application as a Plugin. Therefore, I need to be able to customize the buttons of my component according to my hosted application.
To share this component, I thought about building it as a web component, hosted in my website : that way my website will use it easily and i thought about using a WebView2 in my WPF application that will download the web component in order to display it.
Thank you a lot for yours answers !
0 Replies