发表时间: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 2009-04-29 15:29  袁晓平  阅读(248)  评论(0)    收藏  举报