Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParameterBindingExtensions Class

 

Defines extension methods for HttpParameterBinding.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Controllers::ParameterBindingExtensions

[ExtensionAttribute]
public ref class ParameterBindingExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBindAsError(HttpParameterDescriptor^, String^)

Binds parameter that results as an error.

System_CAPS_pubmethodSystem_CAPS_staticBindWithAttribute(HttpParameterDescriptor^, ParameterBindingAttribute^)

Bind the parameter as if it had the given attribute on the declaration.

System_CAPS_pubmethodSystem_CAPS_staticBindWithFormatter(HttpParameterDescriptor^)

Binds parameter by parsing the HTTP body content.

System_CAPS_pubmethodSystem_CAPS_staticBindWithFormatter(HttpParameterDescriptor^, IEnumerable<MediaTypeFormatter^>^)

Binds parameter by parsing the HTTP body content.

System_CAPS_pubmethodSystem_CAPS_staticBindWithFormatter(HttpParameterDescriptor^, IEnumerable<MediaTypeFormatter^>^, IBodyModelValidator^)

Binds parameter by parsing the HTTP body content.

System_CAPS_pubmethodSystem_CAPS_staticBindWithFormatter(HttpParameterDescriptor^, array<MediaTypeFormatter^>^)

Binds parameter by parsing the HTTP body content.

System_CAPS_pubmethodSystem_CAPS_staticBindWithModelBinding(HttpParameterDescriptor^)

Binds parameter by parsing the query string.

System_CAPS_pubmethodSystem_CAPS_staticBindWithModelBinding(HttpParameterDescriptor^, IEnumerable<ValueProviderFactory^>^)

Binds parameter by parsing the query string.

System_CAPS_pubmethodSystem_CAPS_staticBindWithModelBinding(HttpParameterDescriptor^, IModelBinder^)

Binds parameter by parsing the query string.

System_CAPS_pubmethodSystem_CAPS_staticBindWithModelBinding(HttpParameterDescriptor^, IModelBinder^, IEnumerable<ValueProviderFactory^>^)

Binds parameter by parsing the query string.

System_CAPS_pubmethodSystem_CAPS_staticBindWithModelBinding(HttpParameterDescriptor^, array<ValueProviderFactory^>^)

Binds parameter by parsing the query string.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: