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
ActionDescriptor Class
ActionDescriptor Properties
ActionName Property
ControllerDescriptor Property
This topic has not yet been rated
-
Rate this topic
ActionDescriptor
.
ControllerDescriptor Property
.NET Framework 3.5
Other Versions
.NET Framework 4
Gets the controller descriptor.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
abstract
ControllerDescriptor ControllerDescriptor {
get
; }
Property Value
Type:
System.Web.Mvc
.
ControllerDescriptor
The controller descriptor.
See Also
Reference
ActionDescriptor Class
ActionDescriptor 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