Config Helper
ConfigReaderWriter Class Methods


KellermanSoftware.ConfigHelper Namespace : ConfigReaderWriter Class

For a list of all members of this type, see ConfigReaderWriter members.

Public Methods
 NameDescription
Public Method Returns true if the app setting exists  
Public Method Returns true if the connection string setting exists  
Public Method Read a setting from the appSettings section of the current app.config or web.config  
Public Method Read a connection string from the connectionStrings section of the current app.config or web.config  
Public Method Read a setting from a custom section  
Public Method Write a setting to the appSettings section. If it does not exist it will be added. If it does exist, the value will be replaced.  
Public Method Write a setting to the connectionStrings section. If it does not exist it will be added. If it does exist, the value will be replaced.  
Top
See Also

Reference

ConfigReaderWriter Class
KellermanSoftware.ConfigHelper Namespace