FilterCollection Clase

Definición

Colección 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)
Herencia
FilterCollection

Constructores

FilterCollection()

Colección de IFilterMetadata.

Métodos

Add(Type)

Agrega un tipo que representa un IFilterMetadata.

Add(Type, Int32)

Agrega un tipo que representa un IFilterMetadata.

Add<TFilterType>()

Agrega un tipo que representa un IFilterMetadata.

Add<TFilterType>(Int32)

Agrega un tipo que representa un IFilterMetadata.

AddService(Type)

Agrega un tipo que representa un IFilterMetadata.

AddService(Type, Int32)

Agrega un tipo que representa un IFilterMetadata.

AddService<TFilterType>()

Agrega un tipo que representa un IFilterMetadata.

AddService<TFilterType>(Int32)

Agrega un tipo que representa un IFilterMetadata.

Se aplica a