RouteUrlExpressionEditorSheet Constructor (String, IServiceProvider)
.NET Framework (current version)
Initializes a new instance of the RouteUrlExpressionEditorSheet class.
Assembly: System.Design (in System.Design.dll)
public RouteUrlExpressionEditorSheet( string expression, IServiceProvider serviceProvider )
Parameters
- expression
-
Type:
System.String
A RouteUrl expression, used to initialize the expression editor sheet.
- serviceProvider
-
Type:
System.IServiceProvider
A service provider implementation supplied by the designer host, used to obtain additional design-time services.
The initial RouteValues and RouteName property values are set using the input expression string. The ServiceProvider property is set using the input serviceProvider implementation.
.NET Framework
Available since 4.0
Available since 4.0
Show: