给config文件添加自定义section



  <configSections>
    
<section name="ProjectSection" type="ConsoleApplication1.ProjectSection, ConsoleApplication1"/>
  
</configSections>

  
<ProjectSection name="ProjectCompany">
    
<role name="administartor"/>
    
<role name="manager"/>
    
<role name="support"/>
  
</ProjectSection>

</configuration>
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-12-25
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案