Controller.RedirectToRoute Method (String)

Visual Studio 2010

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

Parameters

routeName
Type: System.String
The name of the route

Return Value

Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.

Community Additions

ADD
Show: