RouteUrlExpressionEditorSheet(String, IServiceProvider) Constructor

Definition

Initializes a new instance of the RouteUrlExpressionEditorSheet class.

public:
 RouteUrlExpressionEditorSheet(System::String ^ expression, IServiceProvider ^ serviceProvider);
public RouteUrlExpressionEditorSheet (string expression, IServiceProvider serviceProvider);
new System.Web.UI.Design.RouteUrlExpressionEditorSheet : string * IServiceProvider -> System.Web.UI.Design.RouteUrlExpressionEditorSheet
Public Sub New (expression As String, serviceProvider As IServiceProvider)

Parameters

expression
String

A RouteUrl expression, used to initialize the expression editor sheet.

serviceProvider
IServiceProvider

A service provider implementation supplied by the designer host, used to obtain additional design-time services.

Remarks

The initial RouteValues and RouteName property values are set using the input expression string. The ServiceProvider property is set using the input serviceProvider implementation.

Applies to

See also