随笔分类 -  wpf

从一个xaml文件获取xaml内容,遍历寻找对象
摘要: 阅读全文

posted @ 2018-09-11 16:45 asdyzh 阅读(266) 评论(0) 推荐(0)

wpf跳转网页
摘要:如果是本地磁盘上的网页,可以考虑利用操作系统的文件关联自动调用操作系统默认浏览器:System.Diagnostics.Process.Start("explorer.exe", "file:///" + htmlFilePath); //不能用destUri.AbsoluteUri,因为会进行UR 阅读全文

posted @ 2018-09-10 20:29 asdyzh 阅读(1335) 评论(0) 推荐(0)

导航