This documentation is archived and is not being maintained.
RouteUrlExpressionEditor::GetExpressionEditorSheet Method
Visual Studio 2010
This member overrides ExpressionEditor::GetExpressionEditorSheet(String, IServiceProvider), and more complete documentation might be available in that topic.
Returns an expression editor sheet for a RouteUrl expression.
Assembly: System.Design (in System.Design.dll)
public: virtual ExpressionEditorSheet^ GetExpressionEditorSheet( String^ expression, IServiceProvider^ serviceProvider ) override
Parameters
- expression
- Type: System::String
The expression string that is used to initialize the expression editor sheet. The expression does not include the RouteUrl expression prefix.
- serviceProvider
- Type: System::IServiceProvider
A service provider implementation supplied by the designer host that is used to obtain additional design-time services.
Return Value
Type: System.Web.UI.Design::ExpressionEditorSheetA RouteUrlExpressionEditorSheet instance that defines the RouteUrl expression properties.
The GetExpressionEditorSheet method returns an editor-sheet implementation for RouteUrl expressions. The editor sheet for RouteUrl expressions enables users to select parameters and a route name. After users have selected the parameters and route name, the editor-sheet implementation generates a RouteUrl expression, which is returned to the visual designer.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.
Show: