FilterAttribute 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 la classe de base pour tous les attributs d'action et de filtre de résultat.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class FilterAttribute : Attribute, System.Web.Mvc.IMvcFilter
type FilterAttribute = class
inherit Attribute
interface IMvcFilter
Public MustInherit Class FilterAttribute
Inherits Attribute
Implements IMvcFilter
- Héritage
-
FilterAttribute
- Dérivé
- Attributs
- Implémente
Constructeurs
FilterAttribute() |
Initialise une nouvelle instance de la classe FilterAttribute. |
Propriétés
AllowMultiple |
Obtient ou définit une valeur qui indique s'il est possible de spécifier plusieurs instances de l'attribut de filtre. |
Order |
Obtient ou définit l'ordre dans lequel les filtres d'action sont exécutés. |