Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142481 | Feb 6,2019 06:33 AM UTC | Feb 7,2019 07:13 AM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: DataGrid |
public class ReceiveDataModel
{
public int MakeID { get; set; }
public string MakeName { get; set; }
public int[] AccessoryName { get; set; }
}
public JsonResult OnPostEditMake([FromBody]CRUDModel<ReceiveDataModel> value)
{
var x = value.Value;
return new JsonResult(value.Value);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.