AppSettingsExpressionBuilder::GetAppSetting Method

 

Returns a value from the <appSettings> section of the Web.config file.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetAppSetting(String^)

Returns a value from the <appSettings> section of the Web.config file.

System_CAPS_pubmethodSystem_CAPS_staticGetAppSetting(String^, Type^, String^)

Returns a value from the <appSettings> section of the Web.config file with the value converted to a target type.

Return to top
Show: