Newbie to web dev and windows stack. I'm keen to use UWPCommunityToolkit's BladeView but for a web application and not for a windows app. How can I leverage the BladeView source and import such a UI framework inside a web app?
Asked
Active
Viewed 52 times
0
-
Since Silverlight is being outphased, there's no XAML for web. You'll have to look for html/css/js variants on the web. – Bart Jul 12 '17 at 08:40
-
If I am not wrong, while Silverlight is dead, using XAML for web apps does not seem to be anywhere close to death as is seen from https://learn.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview. I could be mistaken though. Please correct me if I am missing anything here. – dmkathayat Jul 12 '17 at 14:19