JJY

随笔分类 -  Silverlight

(转)silverlight跨域访问webservice
摘要:使服务跨域边界可用使用 进行跨域通信需要预防几种类型的安全漏洞,它们可被用于违法利用 Web 应用程序。“跨站点伪造”(Cross-site forgery) 作为一种利用手段,在允许跨域调用时会成为威胁。此利用手段包括在用户不知情的情况下向第三方服务传输未授权命令的恶意 Silverlight 控件。为了避免跨站点请求伪造,对于除图像和媒体之外的其他所有请求,Silver... 阅读全文

posted @ 2010-01-04 10:35 MikeJia 阅读(2950) 评论(1) 推荐(0)

(转)silverlight中button不响应mouseleftbuttondown的原因
摘要:How to handle the MouseLeftButtonDown and MouseLeftButtonUp events of the Button control?Have you ever noticed that the MouseLeftButtonDown and MouseLeftButtonUp events are not fired when a Silverligh... 阅读全文

posted @ 2009-12-14 23:03 MikeJia 阅读(1246) 评论(1) 推荐(0)

(转)Silverlight Application包含多xaml文件的问题
摘要:原文地址:http://social.microsoft.com/Forums/zh-CN/silverlightzhchs/thread/749a2ce1-dfd8-4d11-88ee-537dd4a37842/ 请问老师: 我在VS2008中新建了一个Silverlight项目。里面有个.xaml 文件,一个是Page.xaml,另一个是Page1.xaml文件。我如何在de... 阅读全文

posted @ 2009-03-05 01:11 MikeJia 阅读(1259) 评论(0) 推荐(0)

导航