DeviceManager/DeviceRepair.Api/Areas/HelpPage/Views/Help/DisplayTemplates/CollectionModelDescription.cshtml

6 lines
204 B
Plaintext
Raw Permalink Normal View History

2024-05-28 14:36:38 +00:00
@using DeviceRepair.Api.Areas.HelpPage.ModelDescriptions
@model CollectionModelDescription
@if (Model.ElementDescription is ComplexTypeModelDescription)
{
@Html.DisplayFor(m => m.ElementDescription)
}