Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.