UrlHelper::RouteUrl Method
Visual Studio 2010
Generates a fully qualified URL.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RouteUrl(Object) | Generates a fully qualified URL for the specified route values. |
|
RouteUrl(String) | Generates a fully qualified URL for the specified route name. |
|
RouteUrl(RouteValueDictionary) | Generates a fully qualified URL for the specified route values. |
|
RouteUrl(String, Object) | Generates a fully qualified URL for the specified route values by using a route name. |
|
RouteUrl(String, RouteValueDictionary) | Generates a fully qualified URL for the specified route values by using a route name. |
|
RouteUrl(String, Object, String) | Generates a fully qualified URL for the specified route values by using a route name and the protocol to use. |
|
RouteUrl(String, RouteValueDictionary, String, String) | Generates a fully qualified URL for the specified route values by using the specified route name, protocol to use, and host name. |
Community Additions
ADD
Show: