A Custom HttpParameterBinding to bind multiple parameters from request body
System.Web.Http.Controllers.HttpParameterBinding
Westwind.Web.WebApi.SimplePostVariableParameterBinding
public class SimplePostVariableParameterBinding : HttpParameterBinding
Class Members
Member | Description | |
---|---|---|
Constructor |
||
ExecuteBindingAsync |
Check for simple binding parameters in POST data. Bind POST data as well as query string data public virtual Task ExecuteBindingAsync(ModelMetadataProvider metadataProvider, HttpActionContext actionContext, CancellationToken cancellationToken) |
|
HookupParameterBinding |
Method that implements parameter binding hookup to the global configuration object's ParameterBindingRules collection delegate. public static HttpParameterBinding HookupParameterBinding(HttpParameterDescriptor descriptor) |
Requirements
Namespace: Westwind.Web.WebApiAssembly: westwind.web.webapi.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic