RouteUrlExpressionEditorSheet.RouteValues Property

.NET Framework (current version)
 

Gets or sets the URL parameter names and values that are to be used to generate a URL from a route.

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

public string RouteValues { get; set; }

Property Value

Type: System.String

The URL parameter names and values that are to be used to generate a URL from a route.

.NET Framework
Available since 4.0
Return to top
Show: