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 HttpParameterBinding associated with the DefaultActionValueBinder.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Overridable Function GetParameterBinding ( _
parameter As HttpParameterDescriptor _
) As HttpParameterBinding
'Usage
Dim parameter As HttpParameterDescriptor
Dim returnValue As HttpParameterBinding
returnValue = Me.GetParameterBinding(parameter)
protected virtual HttpParameterBinding GetParameterBinding(
HttpParameterDescriptor parameter
)
protected:
virtual HttpParameterBinding^ GetParameterBinding(
HttpParameterDescriptor^ parameter
)
abstract GetParameterBinding :
parameter:HttpParameterDescriptor -> HttpParameterBinding
override GetParameterBinding :
parameter:HttpParameterDescriptor -> HttpParameterBinding
protected function GetParameterBinding(
parameter : HttpParameterDescriptor
) : HttpParameterBinding
Parameters
parameter
Type: System.Web.Http.Controllers.HttpParameterDescriptorThe parameter descriptor.
Return Value
Type: System.Web.Http.Controllers.HttpParameterBinding
The HttpParameterBinding associated with the DefaultActionValueBinder.