UrlHelper::HttpRouteUrl Method
Generates a fully qualified URL for the specified route values.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | HttpRouteUrl(String^, Object^) | Generates a fully qualified URL for the specified route values. |
![]() | HttpRouteUrl(String^, RouteValueDictionary^) | Generates a fully qualified URL for the specified route values. |
UrlHelper::HttpRouteUrl Method (String^, Object^)
Generates a fully qualified URL for the specified route values.
Parameters
- routeName
-
Type:
System::String^
The route name.
- routeValues
-
Type:
System::Object^
The route values.
UrlHelper::HttpRouteUrl Method (String^, RouteValueDictionary^)
Generates a fully qualified URL for the specified route values.
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:
