1 2 3 4 5 6 7
@model UserEditorModel <div class="card"> <div class="card-body"> @Html.Partial(WebConst.Views.EDITOR, Model) </div> </div>