Convert Xaml to html5

Is it possible to convert WPF XAML (containing content such as image, video, animation, etc.) to HTML5 so that it can be rendered using an html player on any device? Is there a ready-made component / tool for its implementation?

+4
source share
1 answer

If you want to use your code on the Internet, it would be better to use Silverlight, in my opinion.

0
source

Source: https://habr.com/ru/post/1500448/


All Articles