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
{
//logic
}
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
{
//logic
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arnab MukherjeePosted Jul 13, 2021, 7:35 AM
Shenbagapandiyan PPosted Jul 20, 2021, 4:46 AM
Jerald Jayaraj DPosted Jul 13, 2021, 7:20 AM
Arnab MukherjeePosted Jul 13, 2021, 6:45 AM
Jerald Jayaraj DPosted Jul 13, 2021, 4:36 AM
Arnab MukherjeePosted Jul 12, 2021, 1:43 PM
[HttpPost] Create([FromForm] EmployeeViewModel collection)
public async Task
{
//Logic
}
https://github.com/ArnabMSDN/ASP.NET-Core-Sample/blob/main/Sample-Code/Sample-Code/Controllers/EmployeeController.cs