Class FilterInfo
Provides information about the available action filters.
public sealed class FilterInfo
- Inheritance
-
FilterInfo
- Inherited Members
Constructors
FilterInfo(IFilter, FilterScope)
Initializes a new instance of the FilterInfo class.
public FilterInfo(IFilter instance, FilterScope scope)
Parameters
instance
IFilterThe instance of this class.
scope
FilterScopeThe scope of this class.
Properties
Instance
Gets or sets an instance of the FilterInfo.
public IFilter Instance { get; }
Property Value
Scope
Gets or sets the scope FilterInfo.
public FilterScope Scope { get; }
Property Value
- FilterScope
The scope of the FilterInfo.