发表时间:2007-4-26 11:28:00
System.Configuration.Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("~");
            System.Web.Configuration.PagesSection pagesSection = config.GetSection("system.web/pages") as System.Web.Configuration.PagesSection;
            System.Web.HttpContext.Current.Response.Write(pagesSection.Theme);

posted on 2008-11-13 17:03  袁晓平  阅读(197)  评论(0编辑  收藏  举报