RouteValueExpressionEditor 类
定义
提供用于在设计时组成 RouteValue 表达式的属性和方法。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
- 继承
注解
可视化设计器宿主(如 Visual Studio 2005)使用 RouteValueExpressionEditor 类编写 RouteValue 标记表达式。A visual designer host, such as Visual Studio 2005, uses the RouteValueExpressionEditor class to compose a RouteValue markup expression.
构造函数
| RouteValueExpressionEditor() |
初始化 RouteValueExpressionEditor 类的新实例。Initializes a new instance of the RouteValueExpressionEditor class. |
属性
| ExpressionPrefix |
获取表达式前缀,该前缀标识受表达式编辑器实现支持的表达式字符串。Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation. (继承自 ExpressionEditor) |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| EvaluateExpression(String, Object, Type, IServiceProvider) |
计算 |
| GetExpressionEditorSheet(String, IServiceProvider) |
返回 |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |