FilterInfo Class

 

Provides information about the available action filters.

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

System::Object
  System.Web.Http.Filters::FilterInfo

public ref class FilterInfo sealed 

NameDescription
System_CAPS_pubmethodFilterInfo(IFilter^, FilterScope)

Initializes a new instance of the FilterInfo class.

NameDescription
System_CAPS_pubpropertyInstance

Gets or sets an instance of the FilterInfo.

System_CAPS_pubpropertyScope

Gets or sets the scope FilterInfo.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: