Control::GetRouteUrl Method (RouteValueDictionary^)
.NET Framework (current version)
Gets the URL that corresponds to a set of route parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- routeParameters
-
Type:
System.Web.Routing::RouteValueDictionary^
The route parameters.
This method is provided for coding convenience. It is equivalent to calling the RouteCollection::GetVirtualPath(RequestContext^, RouteValueDictionary^) method.
The following example shows how to call this method to get the URL of a route that has parameters that are named productid and category. This example assumes that you have created a HyperLink control that is named HyperLink1.
.NET Framework
Available since 4.0
Available since 4.0
Show: