This article explains how you can render a partial view in the main view with model data.
You can render Partial View using Html.RenderAction and Html.RenderPartial helper methods.
-
Order Model - Order Model with IEnumerable
-
Order Line item Model - Order line item entity with properties like OrderID, ProductID etOrder HTML View with Modelc.https://github.com/geeksarray/render-partialview-with-model/blob/master/RenderPartialViewWithModel/Views/Order/GetOrder.cshtml
-
Order HTML View with Model - to show Order Model data on view.
Order Partial View will be shown as below image
For more detailed description visit - ASP.NET MVC Partial View with Model