EditorWithLayout.cshtml 143 Bytes
@model UserEditorModel

<div class="card">
    <div class="card-body">
        @Html.Partial(WebConst.Views.EDITOR, Model)
    </div>
</div>