Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Encapsulates information that describes a controller, such as its name, type, and actions.
public abstract class ControllerDescriptor : System.Reflection.ICustomAttributeProvider
type ControllerDescriptor = class
interface ICustomAttributeProvider
Public MustInherit Class ControllerDescriptor
Implements ICustomAttributeProvider
Controller |
Initializes a new instance of the ControllerDescriptor class. |
Controller |
Gets the name of the controller. |
Controller |
Gets the type of the controller. |
Unique |
When implemented in a derived class, gets the unique ID for the controller descriptor using lazy initialization. |
Find |
Finds an action method by using the specified name and controller context. |
Get |
Retrieves a list of action-method descriptors in the controller. |
Get |
Retrieves custom attributes that are defined for this member, excluding named attributes. |
Get |
Retrieves custom attributes of a specified type that are defined for this member, excluding named attributes. |
Get |
Gets the filter attributes. |
Is |
Retrieves a value that indicates whether one or more instance of the specified custom attribute are defined for this member. |
Please sign in to use this experience.
Sign in