UrlHelper.RouteUrl Method (RouteValueDictionary)
Generates a fully qualified URL for the specified route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function RouteUrl ( _ routeValues As RouteValueDictionary _ ) As String 'Usage Dim instance As UrlHelper Dim routeValues As RouteValueDictionary Dim returnValue As String returnValue = instance.RouteUrl(routeValues)
Parameters
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
An object that contains the parameters for a route.
Show: