Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XAML to Html and vice versa

I'm currently working on a SilverLight text editor for my site control panel, I almost done with that, but now I need to convert XAML to Html and vice versa (as you probably know Silverlight's RichTextBox returns XAML) So I've to convert it to Html. Any idea how can I handle this ?

like image 289
saber Avatar asked Jan 17 '23 20:01

saber


1 Answers

This product converts C# and XAML to HTML and JavaScript. It has a free edition that allows commercial use.

http://cshtml5.com/

A wide range of both .NET and XAML features are supported, which can be seen here.

like image 61
Sean Kearon Avatar answered Jan 21 '23 10:01

Sean Kearon