Questions tagged [renderpartial]

The concept of rendering only a specific part of any UI. May also refer to the .NET `RenderPartialExtensions.RenderPartial` method or the Ruby on Rails `PartialRenderer`

The concept of rendering only a specific part of any UI. May also refer to the .NET RenderPartialExtensions.RenderPartial method or the Ruby on Rails PartialRenderer

391 questions
-1
votes
1 answer

@html.partial Model Not Found

~/Views/PlanBuilder/PlanBuilder.cshtml @{ ViewBag.Title = "PlanBuilder"; Layout = "~/Views/Shared/_LayoutPlanBuilder.cshtml"; }
1 2 3
26
27