Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the controller descriptor.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ControllerDescriptor As ControllerDescriptor
Get
public abstract ControllerDescriptor ControllerDescriptor { get; }
public:
virtual property ControllerDescriptor^ ControllerDescriptor {
ControllerDescriptor^ get () abstract;
}
Property Value
Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.