RouteUrlExpressionEditorSheet Class
Represents a design-time editor sheet for the properties of a RouteUrl expression in the UI of a designer host at design time.
System.Web.UI.Design::ExpressionEditorSheet
System.Web.UI.Design::RouteUrlExpressionEditorSheet
Assembly: System.Design (in System.Design.dll)
The RouteUrlExpressionEditorSheet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RouteUrlExpressionEditorSheet | Initializes a new instance of the RouteUrlExpressionEditorSheet class. |
| Name | Description | |
|---|---|---|
![]() | IsValid | Gets a value that indicates whether the RouteUrl expression string is valid. (Overrides ExpressionEditorSheet::IsValid.) |
![]() | RouteName | Gets or sets the name of the route that a URL is to be generated for. |
![]() | RouteValues | Gets or sets the URL parameter names and values that are to be used to generate a URL from a route. |
![]() | ServiceProvider | Gets the service provider implementation that is used by the expression editor sheet. (Inherited from ExpressionEditorSheet.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExpression | Returns a RouteUrl expression that is formed by the expression editor sheet property values. (Overrides ExpressionEditorSheet::GetExpression().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
The visual designer uses the RouteUrlExpressionEditor class together with the RouteUrlExpressionEditorSheet class to select the individual properties of a RouteUrl expression, and to combine the selected expression property values into a RouteUrl expression.
The RouteUrlExpressionEditor::GetExpressionEditorSheet method returns a RouteUrlExpressionEditorSheet object. In the expressions dialog box, when you select a control property and bind it to a RouteUrl expression, the visual designer calls the GetExpressionEditorSheet method. The visual designer uses the returned RouteUrlExpressionEditorSheet object to prompt for the RouteValues and RouteName properties. Once the properties are selected, the visual designer calls the GetExpression method to combine the properties into a RouteUrl expression string.
The RouteValues property must be specified if the RouteName property is not specified. The RouteName property must be specified if the RouteValues is not specified. Both properties may be specified.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


