System.Web.Compilation.ResourceExpressionBuilder Members

The members of System.Web.Compilation.ResourceExpressionBuilder are listed below.

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

Public Constructors

Public Properties

[read-only]
override
SupportsEvaluatebool.

Returns a value indicating whether an expression can be evaluated in a page that uses the no-compile feature.

Public Methods

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

Returns a value from a resource file.

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

Returns a code expression to evaluate during page execution.

static
ParseExpression(string) : ResourceExpressionFields

Returns an object that represents the parsed expression.

override
ParseExpression(string, Type, ExpressionBuilderContext) : object

Returns an object that represents the parsed expression.