FilterCollection 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.
Collection de IFilterMetadata.
public ref class FilterCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata ^>
public class FilterCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata>
type FilterCollection = class
inherit Collection<IFilterMetadata>
Public Class FilterCollection
Inherits Collection(Of IFilterMetadata)
- Héritage
-
FilterCollection
Constructeurs
FilterCollection() |
Collection de IFilterMetadata. |
Méthodes
Add(Type, Int32) |
Ajoute un type représentant un IFilterMetadata. |
Add(Type) |
Ajoute un type représentant un IFilterMetadata. |
Add<TFilterType>() |
Ajoute un type représentant un IFilterMetadata. |
Add<TFilterType>(Int32) |
Ajoute un type représentant un IFilterMetadata. |
AddService(Type, Int32) |
Ajoute un type représentant un IFilterMetadata. |
AddService(Type) |
Ajoute un type représentant un IFilterMetadata. |
AddService<TFilterType>() |
Ajoute un type représentant un IFilterMetadata. |
AddService<TFilterType>(Int32) |
Ajoute un type représentant un IFilterMetadata. |