Controller.RedirectToRoute Method (String)
Redirects to the specified route using the route name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function RedirectToRoute ( _ routeName As String _ ) As RedirectToRouteResult 'Usage Dim routeName As String Dim returnValue As RedirectToRouteResult returnValue = Me.RedirectToRoute(routeName)
Parameters
- routeName
- Type: System.String
The name of the route
Show: