Table of Contents

Interface IFilter

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

Specifies a server-side component that is used by the indexing system to index documents that have the file format associated with the IFilter.

public interface IFilter

Properties

AllowMultiple

Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.

bool AllowMultiple { get; }

Property Value

bool

true if more than one instance is allowed to be specified; otherwise, false. The default is false.