IFilterContainer Interface

A filter that requires a reference back to the Microsoft.AspNetCore.Mvc.Filters.IFilterFactory that created it.

Namespace
Microsoft.AspNetCore.Mvc.Filters
Assemblies
  • Microsoft.AspNetCore.Mvc.Abstractions

Syntax

public interface IFilterContainer
interface Microsoft.AspNetCore.Mvc.Filters.IFilterContainer

Properties

Microsoft.AspNetCore.Mvc.Filters.IFilterContainer.FilterDefinition

The Microsoft.AspNetCore.Mvc.Filters.IFilterFactory that created this filter instance.

Return type:Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
IFilterMetadata FilterDefinition { get; set; }