mvc pass model to partial view

Solutions on MaxInterview for mvc pass model to partial view by the best coders in the world

showing results for - "mvc pass model to partial view"
Daniela
23 Mar 2020
1@model LetLord.Models.Tenant
2<div class="row-fluid">
3    <div class="span4 well-border">
4         @Html.Partial("~/Views/Tenants/_TenantDetailsPartial.cshtml", Model)
5    </div>
6</div>
similar questions
queries leading to this page
mvc pass model to partial view