ASP.NET Core 6 MVC return partial view using Json
I am writing an ASP.NET Core 6 MVC application. I have a method in a controller that I need to retrieve a Json value like this a boolean and a Partial View with the model class return Json(new { success…