发表时间: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);

相关文章:

  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-01-04
  • 2022-12-23
  • 2021-08-27
  • 2021-09-05
猜你喜欢
  • 2022-02-07
  • 2021-10-19
  • 2021-07-09
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案