- target
The object that contains the property entry.
- entry
The property to which the expression is bound..
- parsedData
The object that represents parsed data as returned by ExpressionBuilder.ParseExpression(string, Type, ExpressionBuilderContext).
- context
Properties for the control or page.
![]()
The object associated with a key in the <appSettings> section of the Web.config file.
This method is called when an expression of the form <%$ AppSettings: someApplicationSetting %> is encountered in a no-compile page. It retrieves the appropriate value from the key/value pairs in the <appSettings> section of the Web.config file. This method overrides ExpressionBuilder.EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) by calling the AppSettingsExpressionBuilder.GetAppSetting(string, Type, string) method with the System.Web.UI.BoundPropertyEntry.Expression property as the key parameter, the System.Web.UI.PropertyEntry.Name property on the System.Web.UI.PropertyEntry.PropertyInfo property as the propertyName parameter, and the Type of the target parameter as the targetType parameter.