RouteValueExpressionEditor Class

Definition

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
RouteValueExpressionEditor

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 RouteValue expression and provides the design-time value.

GetExpressionEditorSheet(String, IServiceProvider)

Returns an expression editor sheet for a RouteValue expression.

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)

Applies to

See also