ODataPathParameterBindingAttribute.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 parameter binding.
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 description.
Returns
System.Web.Http.Controllers.HttpParameterBinding
The parameter binding.