Overload | Description |
---|---|
GetRouteUrl(Object) | Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control) |
GetRouteUrl(String,Object) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from System.Web.UI.Control) |
GetRouteUrl(RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control) |
GetRouteUrl(String,RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from System.Web.UI.Control) |