Configuration sections schema
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> <section> <sectionGroup>
Description | |
---|---|
<configSections> | Contains configuration section and namespace declarations. |
<section> for <configSections> and <sectionGroup> | Contains a configuration section declaration. |
<sectionGroup> for <configSections> | Defines a namespace for configuration sections. |
Unimplemented elements
The following elements have no impact and should not be used:
- <clear>
- <remove>
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.