RouteValueExpressionEditorSheet::RouteValue Property

.NET Framework (current version)
 

Gets or sets the name of the URL parameter to be evaluated by the RouteValue expression.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ RouteValue {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the URL parameter to be evaluated by the RouteValue expression.

.NET Framework
Available since 4.0
Return to top
Show: