10 2011 档案

摘要:Uri可以加载如下位置的文件或资源: 当前程序集。 所引用的程序集。 相对于程序集的某个位置。 应用程序的源站点。 1、Pack URI 方案使用“pack”作为它的方案,并且包含两个组件:授权和路径。 以下是 pack URI 的格式。 pack://授权/路径。 为了访问这些类型的文件,WP... 阅读全文
posted @ 2011-10-21 14:02 Lee's Blog 阅读(4466) 评论(0) 推荐(1) 编辑
摘要:BoolToVisibilityConverter这个转换器用于判断 bool 转 Collapsed(不占空间) 还是Hidden(占空间)。 [ValueConversion(typeof(bool), typeof(Visibility))] public class BoolToVisibilityConverter : IValueConverter { ... 阅读全文
posted @ 2011-10-18 15:45 Lee's Blog 阅读(4560) 评论(0) 推荐(0) 编辑
摘要:string fullPath = @"\WebSite1\Default.aspx";string filename = System.IO.Path.GetFileName(fullPath);//文件名 “Default.aspx”string extension = System.IO.Path.GetExtension(fullPath);//扩展名 “.aspx”string fileNameWithoutExtension = System.IO.Path.GetFileNameWithoutExtension(fullPath);// 没有扩展名的文件名 “ 阅读全文
posted @ 2011-10-10 09:44 Lee's Blog 阅读(399) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示