UrlHelper.HttpRouteUrl Method (String, RouteValueDictionary)
Generates a fully qualified URL for the specified route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public virtual string HttpRouteUrl( string routeName, RouteValueDictionary routeValues )
Parameters
- routeName
- Type: System.String
The route name.
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The route values.
Show: