Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpConfiguration.ParameterBindingRules Property

 

Gets the collection of rules for how parameters should be bound.

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

Public Property ParameterBindingRules As ParameterBindingRulesCollection
	Get
	Friend Set
End Property

Property Value

Type: System.Web.Http.ModelBinding.ParameterBindingRulesCollection

A collection of functions that can produce a parameter binding for a given parameter.

Return to top
Show: