ActionMethodSelectorAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un attribut utilisé pour influencer la sélection d'une méthode d'action.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionMethodSelectorAttribute : Attribute
type ActionMethodSelectorAttribute = class
inherit Attribute
Public MustInherit Class ActionMethodSelectorAttribute
Inherits Attribute
- Héritage
-
ActionMethodSelectorAttribute
- Dérivé
- Attributs
Constructeurs
ActionMethodSelectorAttribute() |
Initialise une nouvelle instance de la classe ActionMethodSelectorAttribute. |
Méthodes
IsValidForRequest(ControllerContext, MethodInfo) |
Détermine si la sélection de la méthode d'action est valide pour le contexte du contrôleur spécifié. |