RouteValueExpressionEditor Class
Provides properties and methods for composing a RouteValue expression at design time.
Assembly: System.Design (in System.Design.dll)
System.Web.UI.Design::ExpressionEditor
System.Web.UI.Design::RouteValueExpressionEditor
| Name | Description | |
|---|---|---|
![]() | RouteValueExpressionEditor() | Initializes a new instance of the RouteValueExpressionEditor class. |
| Name | Description | |
|---|---|---|
![]() | ExpressionPrefix | Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation.(Inherited from ExpressionEditor.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | EvaluateExpression(String^, Object^, Type^, IServiceProvider^) | Evaluates a RouteValue expression and provides the design-time value.(Overrides ExpressionEditor::EvaluateExpression(String^, Object^, Type^, IServiceProvider^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetExpressionEditorSheet(String^, IServiceProvider^) | Returns an expression editor sheet for a RouteValue expression.(Overrides ExpressionEditor::GetExpressionEditorSheet(String^, IServiceProvider^).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A visual designer host, such as Visual Studio 2005, uses the RouteValueExpressionEditor class to compose a RouteValue markup expression.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


