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 Overrides ReadOnly Property ControllerDescriptor As ControllerDescriptor
Get
public override ControllerDescriptor ControllerDescriptor { get; }
public:
virtual property ControllerDescriptor^ ControllerDescriptor {
ControllerDescriptor^ get () override;
}
Property Value
Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.