Open inetzo opened 2 years ago
We've added this to support Bind Prefix in a Controller Action.
public HttpResponseMessage SaveProduct([Bind(Prefix = "product")] Product model)
We've added this to support Bind Prefix in a Controller Action.
public HttpResponseMessage SaveProduct([Bind(Prefix = "product")] Product model)