文章分类 -  asp.net2.0

创建自定义配置节
摘要:创建一个继承 System.Configuration.ConfigurationSection 类的公共类,如下面的代码示例所示。 using System; using System.Collections; using System.Text; using System.Configuration; using System.Xml; namespace MyConfigSectionHan... 阅读全文

posted @ 2008-12-20 14:53 佟福春 阅读(176) 评论(0) 推荐(0)

导航