FilterInfo Constructor (IEnumerable(Filter))

Initializes a new instance of the FilterInfo class using the specified filters collection.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

new : 
        filters:IEnumerable<Filter> -> FilterInfo

Parameters

filters
Type: System.Collections.Generic.IEnumerable(Filter)

The filters collection.

Show: