开发者

displaying xaml page in content place holder of aspx page

开发者 https://www.devze.com 2023-03-16 10:29 出处:网络
i am now trying to display my arcgis map from c# silverlight application project (xaml) into this content place holder of aspx page. i just want it to be displayed into the content 开发者_Go百科place

i am now trying to display my arcgis map from c# silverlight application project (xaml) into this content place holder of aspx page. i just want it to be displayed into the content 开发者_Go百科place holder. any ideas how to do this? thanks !


Silverlight is embedded as object tag in HTML, so you just need to create proper tag which refer to your silverlight app inside the content placeholder.

0

精彩评论

暂无评论...
验证码 换一张
取 消