UrlHelper.RouteUrl Method (String)
Generates a fully qualified URL for the specified route name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function RouteUrl ( _ routeName As String _ ) As String 'Usage Dim instance As UrlHelper Dim routeName As String Dim returnValue As String returnValue = instance.RouteUrl(routeName)
Parameters
- routeName
- Type: System.String
The name of the route that is used to generate the URL.
Show: