Jerald Jayaraj D

Jerald Jayaraj D

  • 1.3k
  • 463
  • 28.9k

.Net Core controller error

Jul 12 2021 12:13 PM

Recently i have convert  my application dot net framework into dot Core .all controller which having Class as Parameter is not working

guide me out slove the issue

  public async Task<IActionResult> Create(Studenten studentEn)
        {

//logic

        }


Answers (6)