The configuration sections schema contains elements that define custom settings in configuration files. For general information on configuration files and schemas, see Configuration file schema for the .NET Framework.
<configuration>
<configSections>
<clear>
<remove>
<section>
<sectionGroup>
| Description | |
|---|---|
| <clear> for <configSections> | Clears all previously defined sections and section groups. |
| <clear> | Clears all previously defined sections and section groups. |
| <configSections> | Contains configuration section and namespace declarations. |
| <remove> for <configSections> | Removes a predefined section or section group. |
| <section> for <configSections> and <sectionGroup> | Contains a configuration section declaration. |
| <sectionGroup> for <configSections> | Defines a namespace for configuration sections. |


