FilterCollection Classe

Definizione

Raccolta di 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)
Ereditarietà
FilterCollection

Costruttori

FilterCollection()

Raccolta di IFilterMetadata.

Metodi

Add(Type)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

Add(Type, Int32)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

Add<TFilterType>()

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

Add<TFilterType>(Int32)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

AddService(Type)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

AddService(Type, Int32)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

AddService<TFilterType>()

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

AddService<TFilterType>(Int32)

Aggiunge un tipo che rappresenta un oggetto IFilterMetadata.

Si applica a