ASP.NET MVC 3 – Partial vs Display Template vs Editor Template So, the title should speak for itself. To create re-usable components in ASP.NET MVC, we have 3 options (could be others i haven’t mentioned): Partial View: @Html.Partial(Model.Foo, "SomePartial") Custom... May 16, 2022 0 Comments