RouteValueExpressionEditor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and methods for composing a RouteValue
expression at design time.
public ref class RouteValueExpressionEditor : System::Web::UI::Design::ExpressionEditor
public class RouteValueExpressionEditor : System.Web.UI.Design.ExpressionEditor
type RouteValueExpressionEditor = class
inherit ExpressionEditor
Public Class RouteValueExpressionEditor
Inherits ExpressionEditor
- Inheritance
Remarks
A visual designer host, such as Visual Studio 2005, uses the RouteValueExpressionEditor class to compose a RouteValue
markup expression.
Constructors
RouteValueExpressionEditor() |
Initializes a new instance of the RouteValueExpressionEditor class. |
Properties
ExpressionPrefix |
Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation. (Inherited from ExpressionEditor) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
EvaluateExpression(String, Object, Type, IServiceProvider) |
Evaluates a |
GetExpressionEditorSheet(String, IServiceProvider) |
Returns an expression editor sheet for a |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |