HttpActionContextExtensions.Bind Method

Include Protected Members
Include Inherited Members

Binds the model to a value by using the specified controller context and binding context.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Bind(HttpActionContext, ModelBindingContext) Binds the model to a value by using the specified controller context and binding context.
Public methodStatic member Bind(HttpActionContext, ModelBindingContext, IEnumerable<IModelBinder>) Binds the model to a value by using the specified controller context, binding context, and model binders.

Top

See Also

Reference

HttpActionContextExtensions Class

System.Web.Http.Controllers Namespace