Click or drag to resize
SettingsHelper Methods

The SettingsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRemoveConfigValue
Remove the specified key from the AppSettings section for web application.
Public methodStatic memberRemoveConnectionString
Removes connection string from web.config.
Public methodStatic memberSetConfigValue
Sets or adds the specified key to the AppSettings section for web application.
Public methodStatic memberSetConnectionString
Sets or adds the specified connection string in the ConnectionStrings section for web application.
Top
See Also