Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Removes custom application settings.
<configuration>
<appSettings>
<remove>
Syntax
<appSettings>
<remove key="Key of custom setting" />
</appSettings>
Attribute
| Attribute | Description |
|---|---|
key |
Required attribute. Specifies the name of the key to remove. |
Parent element
| Parent element | Description |
|---|---|
<appSettings> |
Contains custom application settings, such as file paths, XML Web service URLs, or any other custom configuration information for an application. |
Child elements
None
Example
The following example shows how to remove a custom configuration setting for ApplicationName:
<appSettings>
<remove key="ApplicationName" />
</appSettings>
See also
Saradnja sa nama na GitHub
Izvor za ovaj sadržaj može se naći na GitHub-u, gde takođe možete kreirati i pregledati probleme i zahteve za povlačenje. Za više informacija, pogledajte naš vodič za saradnike.