設置全局theme及讀取theme方法

在web.config中設置了默認的Theme,其部分以下的配置節點:web

<system.web>
<pages theme="Default" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>spa

</system.web>it


如何讀取theme的值,能夠看我如下的代碼。io

System.Web.Configuration.PagesSection ps  =  (System.Web.Configuration.PagesSection)System.Configuration.ConfigurationManager.GetSection( " system.web/pages " );

TextBox1.Text 
=  ps.Theme;
相關文章
相關標籤/搜索