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