RouteUrlExpressionEditor Class

Definition

Provides properties and methods for composing a RouteURL expression at design time.

public ref class RouteUrlExpressionEditor : System::Web::UI::Design::ExpressionEditor
public class RouteUrlExpressionEditor : System.Web.UI.Design.ExpressionEditor
type RouteUrlExpressionEditor = class
    inherit ExpressionEditor
Public Class RouteUrlExpressionEditor
Inherits ExpressionEditor
Inheritance
RouteUrlExpressionEditor

Remarks

A visual designer host, such as Visual Studio 2005, uses the RouteUrlExpressionEditor class to compose a RouteUrl markup expression.

Constructors

RouteUrlExpressionEditor()

Initializes a new instance of the RouteUrlExpressionEditor 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 RouteUrl expression and provides the design-time value.

GetExpressionEditorSheet(String, IServiceProvider)

Returns an expression editor sheet for a RouteUrl 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