FromODataUriAttribute.GetBinding(HttpParameterDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.