HtmlGenericControl::GetRouteUrl Method

.NET Framework (current version)
 

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGetRouteUrl(Object^)

Gets the URL that corresponds to a set of route parameters.(Inherited from Control.)

System_CAPS_pubmethodGetRouteUrl(RouteValueDictionary^)

Gets the URL that corresponds to a set of route parameters.(Inherited from Control.)

System_CAPS_pubmethodGetRouteUrl(String^, Object^)

Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.)

System_CAPS_pubmethodGetRouteUrl(String^, RouteValueDictionary^)

Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.)

Return to top
Show: