System.Web.Compilation.AppSettingsExpressionBuilder: Method Members

The methods of System.Web.Compilation.AppSettingsExpressionBuilder are listed below. For a list of all members, see the AppSettingsExpressionBuilder Members list.

See Also: Inherited members from System.Web.Compilation.ExpressionBuilder

Public Methods

override
EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : object

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

static
GetAppSetting(string) : object

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

static
GetAppSetting(string, Type, string) : object

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

override
GetCodeExpression(System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : System.CodeDom.CodeExpression

Returns a code expression that is used to perform the property assignment in the generated page class.