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 | |
---|---|---|
Bind(HttpActionContext, ModelBindingContext) | Binds the model to a value by using the specified controller context and binding context. | |
Bind(HttpActionContext, ModelBindingContext, IEnumerable<IModelBinder>) | Binds the model to a value by using the specified controller context, binding context, and model binders. |
Top