Method that implements parameter binding hookup to the global configuration object's ParameterBindingRules collection delegate.
This routine filters based on POST/PUT method status and simple parameter types.
public static HttpParameterBinding HookupParameterBinding(HttpParameterDescriptor descriptor)
Parameters
descriptor
Example
GlobalConfiguration.Configuration. .ParameterBindingRules .Insert(0,SimplePostVariableParameterBinding.HookupParameterBinding);
See also:
Class SimplePostVariableParameterBinding© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic