This documentation is archived and is not being maintained.
Control.GetRouteUrl Method (RouteValueDictionary)
Visual Studio 2010
Gets the URL that corresponds to a set of route parameters.
Assembly: System.Web (in System.Web.dll)
'Declaration Public Function GetRouteUrl ( _ routeParameters As RouteValueDictionary _ ) As String
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.
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: