How can I send multiple data to the Controller with Vue js in .NET 5

前端 未结 0 1392
北荒
北荒 2021-01-28 15:56

This is my Controller

    [HttpPost]
    public JsonResult Kaydet([FromBody] int Id, string FirstName, string LastName, string Address)
    {
        return Json(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题