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 parameter binding.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public abstract HttpParameterBinding GetBinding(
HttpParameterDescriptor parameter
)
public:
virtual HttpParameterBinding^ GetBinding(
HttpParameterDescriptor^ parameter
) abstract
abstract GetBinding :
parameter:HttpParameterDescriptor -> HttpParameterBinding
Public MustOverride Function GetBinding (
parameter As HttpParameterDescriptor
) As HttpParameterBinding
Parameters
parameter
Type: System.Web.Http.Controllers.HttpParameterDescriptorThe parameter description.
Return Value
Type: System.Web.Http.Controllers.HttpParameterBinding
The parameter binding.
See Also
ParameterBindingAttribute Class
System.Web.Http Namespace
Return to top