RedirectToRouteResult.RouteName Property

Gets or sets the name of the route.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get RouteName () : String 
private function set RouteName (value : String)

Property Value

Type: System.String
The name of the route.
Show: