1
czw
2025-07-01 d4fd2574b94a355de638c0a3ce5436aec8d9edea
1
2
3
4
5
6
@using $rootnamespace$.Areas.HelpPage.ModelDescriptions
@model CollectionModelDescription
@if (Model.ElementDescription is ComplexTypeModelDescription)
{
    @Html.DisplayFor(m => m.ElementDescription)
}