Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the binding for a parameter.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public override HttpParameterBinding GetBinding(
    HttpParameterDescriptor parameter
)
public:
virtual HttpParameterBinding^ GetBinding(
    HttpParameterDescriptor^ parameter
) override
override GetBinding : 
        parameter:HttpParameterDescriptor -> HttpParameterBinding
Public Overrides Function GetBinding (
    parameter As HttpParameterDescriptor
) As HttpParameterBinding
Parameters
- parameter 
 Type: System.Web.Http.Controllers.HttpParameterDescriptor- The parameter to bind. 
Return Value
Type: System.Web.Http.Controllers.HttpParameterBinding
The HttpParameterBindingthat contains the binding.
See Also
FromODataUriAttribute Class
System.Web.OData Namespace
Return to top