Table of Contents

Class FilterInfo

Namespace
System.Web.Http.Filters
Assembly
System.Web.Http.dll

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 IFilter

The instance of this class.

scope FilterScope

The scope of this class.

Properties

Instance

Gets or sets an instance of the FilterInfo.

public IFilter Instance { get; }

Property Value

IFilter

A FilterInfo.

Scope

Gets or sets the scope FilterInfo.

public FilterScope Scope { get; }

Property Value

FilterScope

The scope of the FilterInfo.