Share via


FromODataUriAttribute.GetBinding(HttpParameterDescriptor) Method

Definition

Gets the binding for a parameter.

public override System.Web.Http.Controllers.HttpParameterBinding GetBinding (System.Web.Http.Controllers.HttpParameterDescriptor parameter);
override this.GetBinding : System.Web.Http.Controllers.HttpParameterDescriptor -> System.Web.Http.Controllers.HttpParameterBinding
Public Overrides Function GetBinding (parameter As HttpParameterDescriptor) As HttpParameterBinding

Parameters

parameter
System.Web.Http.Controllers.HttpParameterDescriptor

The parameter to bind.

Returns

System.Web.Http.Controllers.HttpParameterBinding

The System.Web.Http.Controllers.HttpParameterBindingthat contains the binding.

Applies to