United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 1.0
ASP.NET Web Applications
ASP.NET Model View Controller (MVC)
ASP.NET MVC Reference
System.Web.Mvc Namespace
ControllerBase Class
ControllerBase Properties
ControllerContext Property
TempData Property
ValidateRequest Property
ValueProvider Property
ViewData Property
This topic has not yet been rated
-
Rate this topic
ControllerBase
.
ControllerContext Property
.NET Framework 3.5
Other Versions
.NET Framework 4
Gets or sets the controller context.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
ControllerContext ControllerContext {
get
;
set
; }
Property Value
Type:
System.Web.Mvc
.
ControllerContext
The controller context.
See Also
Reference
ControllerBase Class
ControllerBase Members
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