| |||||||||||||
<appSettings> remove ElementASP.NET Syntax ASP.NET Configuration Sections Removes a reference to an inherited custom application setting from the collection of application settings. <remove key = "" /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child ElementsNone. Parent Elements
RemarksThe remove element removes a reference to an inherited custom application setting from the collection of application settings that are stored in the appSettings element. The appSettings element stores custom application configuration information, such as file paths, XML Web service URLs, or any information that is stored in the .ini file for an application. The key/value pairs that are specified in the appSettings element can be accessed in code by using the ConfigurationSettings class. ExampleThe following example configuration file shows how to remove a reference to a custom application setting that was defined at a higher level in the configuration file hierarchy. <configuration>
<appSettings>
<remove key = "Application Name" />
</appSettings>
</configuration>
See Also<appSettings> Section <appSettings> add Element <appSettings> clear Element |
| ||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note