摘要: 通过反射动态调用dll中的方法代码public class CMSMemCache{ static Assembly _CMSMemCacheAssembly = null; static Type _CMSMemCacheType = null; static CMSMemCache() { _CMSMemCacheAssembly = Assembly.Load(new AssemblyName("CeairPortal.B2E.Components"));//加载程序集 _CMSMemCa... 阅读全文
posted @ 2012-05-14 10:02 魔力鸟 阅读(164) 评论(0) 推荐(0) 编辑
摘要: /// /// 去除HTML标签 /// /// /// public static string NoHTML(string Htmlstring) { //删除脚本 ... 阅读全文
posted @ 2012-05-14 10:00 魔力鸟 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 以下记录一下,方便以后查阅。。。Request下获取Url所有相关属性Request的RawUrl属性,和其它获取url信息的各种方法比较 测试的url地址是http://www.cnblogs.com/dachie/default.aspx?id=1, 结果如下:Request.ApplicationPath: /dachieRequest.CurrentExecutionFilePath: /dachie/default.aspxRequest.FilePath: /dachie/default.aspxRequest.Path: /dachie/default.aspxRequest.P 阅读全文
posted @ 2012-05-14 09:59 魔力鸟 阅读(140) 评论(0) 推荐(0) 编辑