0
從Web.Config中讀取內部的ConfigurationSection
我試圖讀取Microsoft定義的ConfigurationSection:如何在ASP.NET
Microsoft.ApplicationServer.Caching.DataCacheClientSection
,但其類型內部,所以我不能以傳統的方式訪問它。
即
var dataCacheClientSection = (DataCacheClientSection)ConfigurationManager.GetSection("dataCacheClient");
我知道我可以使用反射,但沒有得到任何其他的選擇嗎?
感謝。擔心這可能歸結爲此。 –