FilterCollection Class

Definition

A collection of 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)
Inheritance
FilterCollection

Constructors

FilterCollection()

Methods

Add(Type)

Adds a type representing a IFilterMetadata.

Add(Type, Int32)

Adds a type representing a IFilterMetadata.

Add<TFilterType>()

Adds a type representing a IFilterMetadata.

Add<TFilterType>(Int32)

Adds a type representing a IFilterMetadata.

AddService(Type)

Adds a type representing a IFilterMetadata.

AddService(Type, Int32)

Adds a type representing a IFilterMetadata.

AddService<TFilterType>()

Adds a type representing a IFilterMetadata.

AddService<TFilterType>(Int32)

Adds a type representing a IFilterMetadata.

Applies to