Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Collection of functions that can produce a parameter binding for a given parameter.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>
System.Web.Http.ModelBinding.ParameterBindingRulesCollection
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ParameterBindingRulesCollection _
Inherits Collection(Of Func(Of HttpParameterDescriptor, HttpParameterBinding))
'Usage
Dim instance As ParameterBindingRulesCollection
public class ParameterBindingRulesCollection : Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>
public ref class ParameterBindingRulesCollection : public Collection<Func<HttpParameterDescriptor^, HttpParameterBinding^>^>
type ParameterBindingRulesCollection =
class
inherit Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>
end
public class ParameterBindingRulesCollection extends Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>
The ParameterBindingRulesCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ParameterBindingRulesCollection | Initializes a new instance of the ParameterBindingRulesCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.) |
![]() |
Item | (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.) |
![]() |
Items | (Inherited from Collection<Func<HttpParameterDescriptor, HttpParameterBinding>>.) |
Top
Methods
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.