RedirectToRouteResult::RouteValues Property

Gets or sets the route values.

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

public:
property RouteValueDictionary^ RouteValues {
	RouteValueDictionary^ get ();
	private: void set (RouteValueDictionary^ value);
}

Property Value

Type: System.Web.Routing::RouteValueDictionary
The route values.
Show: