FilterInfo Constructor

 

Initializes a new instance of the FilterInfo class.

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

NameDescription
System_CAPS_pubmethodFilterInfo()

Initializes a new instance of the FilterInfo class.

System_CAPS_pubmethodFilterInfo(IEnumerable<Filter>)

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

Return to top

FilterInfo Constructor ()

Initializes a new instance of the FilterInfo class.

No code example is currently available or this language may not be supported.
Return to top

FilterInfo Constructor (IEnumerable<Filter>)

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

No code example is currently available or this language may not be supported.

Parameters

filters
Type: System.Collections.Generic.IEnumerable<Filter>

The filters collection.

Return to top
Show: