This documentation is archived and is not being maintained.
WebPartZoneBase::GetRouteUrl Method
Visual Studio 2010
Gets the URL that corresponds to a set of route parameters, and optionally to a route name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetRouteUrl(Object) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) |
|
GetRouteUrl(RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) |
|
GetRouteUrl(String, Object) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) |
|
GetRouteUrl(String, RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) |
This method is provided for coding convenience. It is equivalent to calling the RouteCollection::GetVirtualPath method.
Show: