1
czw
9 天以前 c97f5e8db6360135d481e933fdac5d3682057adc
1
2
3
4
5
6
@using $rootnamespace$.Areas.HelpPage.ModelDescriptions
@model CollectionModelDescription
@if (Model.ElementDescription is ComplexTypeModelDescription)
{
    @Html.DisplayFor(m => m.ElementDescription)
}