Share via


IFilter Interface

 

Defines the methods that are used in a filter.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public interface IFilter
public interface class IFilter
type IFilter = interface end
Public Interface IFilter

Properties

Name Description
System_CAPS_pubproperty AllowMultiple

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

See Also

System.Web.Http.Filters Namespace

Return to top