ReflectedControllerDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information that describes a reflected controller.
public class ReflectedControllerDescriptor : System.Web.Mvc.ControllerDescriptor
type ReflectedControllerDescriptor = class
inherit ControllerDescriptor
Public Class ReflectedControllerDescriptor
Inherits ControllerDescriptor
- Inheritance
Constructors
ReflectedControllerDescriptor(Type) |
Initializes a new instance of the ReflectedControllerDescriptor class. |
Properties
ControllerName |
Gets the name of the controller. (Inherited from ControllerDescriptor) |
ControllerType |
Gets the type of the controller. |
UniqueId |
When implemented in a derived class, gets the unique ID for the controller descriptor using lazy initialization. (Inherited from ControllerDescriptor) |
Methods
FindAction(ControllerContext, String) |
Finds the specified action for the specified controller context. |
GetCanonicalActions() |
Returns the list of actions for the controller. |
GetCustomAttributes(Boolean) |
Returns an array of custom attributes that are defined for this member, excluding named attributes. |
GetCustomAttributes(Type, Boolean) |
Returns an array of custom attributes that are defined for this member, identified by type. |
GetFilterAttributes(Boolean) |
Gets the filter attributes. |
IsDefined(Type, Boolean) |
Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member. |