RedirectToRouteResult::RouteValues Property

Visual Studio 2010

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.

Community Additions

ADD
Show: