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 ParameterBindingRulesCollection^ ParameterBindingRules {
	[CompilerGeneratedAttribute]
	ParameterBindingRulesCollection^ get();
	[CompilerGeneratedAttribute]
	internal: void set(ParameterBindingRulesCollection^ value);
}

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: