ASP.NET Core MVC – Send data to model inside another model with Ajax – Jquery ajax
This is my first time asking here. I'm just wondering if there's a way to send a model data inside another model from ajax to controller. Here's my model: public class mfItems { [Key] [Display(Name = "Item ID")] public string…