IFilter Interface
Specifies a server-side component that is used by the indexing system to index documents that have the file format associated with the IFilter.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IFilter
'Usage
Dim instance As IFilter
public interface IFilter
public interface class IFilter
type IFilter = interface end
public interface IFilter
The IFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowMultiple | Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element. |
Top