Running UWP on Web Browser Like Silverlight?

Viewed 876

In the past, I used Silverlight for creating the WPF - like apps for web. Now, I'am developing a new app and it's prototype is on UWP. Can I run it as a Web app on any browser like Silverlight ?Is there any plugin like that for uwp? Thanks.

3 Answers

no you can't. UWP is for the windows platform like desktop. although there are some interesting projects going on based on web assembly with c# and xaml

You might want to check Blazor ( www.blazor.net )

Related