Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Microsoft WebMatrix to develop some web applications using c# lang/script and asp code in the HTML body . I came to find through MSDN help some advantages or controls require XAML coding. Although there are some link to introduce XAML, but it looks related to MS visual Studio. Can I use XAML objects through ASPX file through WEbMatrix, How to reference XAML code, Where and what file type to put in the application directory?


Thank you for your Help.

Sami
Posted

1 solution

You can build xaml components and embed them into aspx.
An example would be embedding a Silverlight xap file into an aspx webpage.
MSDN - Integrating Silverlight with a Web Page[^]

However, AFAIK, XAML and WPF cannot be used together.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900