SPUrlExpressionBuilder Members
Include Protected Members
Include Inherited Members
An expression editor class that helps controls that are using this class to be displayed correctly.
The SPUrlExpressionBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUrlExpressionBuilder | Constructs the SPUrlExpressionBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
SupportsEvaluate | Supports the Evaluate method, which is required to work with pages that do not compile (no-compile pages). (Overrides ExpressionBuilder.SupportsEvaluate.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
EvaluateExpression | Returns an object that represents an evaluated expression. (Overrides ExpressionBuilder.EvaluateExpression(Object, BoundPropertyEntry, Object, ExpressionBuilderContext).) | |
EvaluateUrlExpression | Converts a URL containing one or more URL tokens into a server-relative URL. | |
Finalize | (Inherited from Object.) | |
GetCodeExpression | Returns code that is used during page execution to obtain the evaluated expression. (Overrides ExpressionBuilder.GetCodeExpression(BoundPropertyEntry, Object, ExpressionBuilderContext).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseExpression | Returns an object that represents the parsed expression. (Overrides ExpressionBuilder.ParseExpression(String, Type, ExpressionBuilderContext).) | |
ToString | (Inherited from Object.) |
Top