在config中创建自己的section

mac2022-06-30  77

主要是实现继承自System.Configuration.IConfigurationSectionHandler 接口或 System.Configuration.ConfigurationSection的处理Class.

IConfigurationSectionHandler interface:

http://msdn.microsoft.com/en-us/library/system.configuration.iconfigurationsectionhandler.aspx

ConfigurationSection:

http://msdn.microsoft.com/en-us/library/system.configuration.configurationsection.aspx 

 

 

转载于:https://www.cnblogs.com/zinocpp/articles/1847556.html

最新回复(0)