开发者

Exchanging Data between 2 XAP files that are in separate browser windows

开发者 https://www.devze.com 2023-01-17 13:10 出处:网络
What\'s the best way to exchange Data between 2 XAP files that are in separate browser windows or maybe a browser window开发者_运维技巧 and a popup? each html/window with it\'s own .xap fileTake look

What's the best way to exchange Data between 2 XAP files that are in separate browser windows or maybe a browser window开发者_运维技巧 and a popup? each html/window with it's own .xap file


Take look at the LocalMessageReceiver and LocalMessageSender classes in the System.Windows.Messaging namespace. For an overview for how this works review Communication Between Local Silverlight-Based Applications.

0

精彩评论

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