ModelBinderAttribute.GetBinding Method
Gets the binding for a parameter.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
public override function GetBinding( parameter : HttpParameterDescriptor ) : HttpParameterBinding
Parameters
- parameter
- Type: System.Web.Http.Controllers.HttpParameterDescriptor
The parameter to bind.
Return Value
Type: System.Web.Http.Controllers.HttpParameterBindingThe HttpParameterBindingthat contains the binding.