RouteUrlExpressionEditor 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 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
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 |
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) |