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)
member HttpRouteUrl : routeName:string * routeValues:RouteValueDictionary -> string
Parameters
- routeName
- Type: System.String
The route name.
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The route values.
Show: