United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
ASP.NET MVC Reference
System.Web.Mvc
ControllerContext Class
ControllerContext Properties
Controller Property
HttpContext Property
IsChildAction Property
ParentActionViewContext Property
RequestContext Property
RouteData Property
0 out of 4 rated this helpful
-
Rate this topic
ControllerContext
.
RouteData Property
.NET Framework 4
Other Versions
.NET Framework 3.5
Gets or sets the URL route data.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
virtual
RouteData RouteData {
get
;
set
; }
Property Value
Type:
System.Web.Routing
.
RouteData
The URL route data.
See Also
Reference
ControllerContext Class
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD