6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
|
@using WebApi.Areas.HelpPage.ModelDescriptions
|
||
|
@model CollectionModelDescription
|
||
|
@if (Model.ElementDescription is ComplexTypeModelDescription)
|
||
|
{
|
||
|
@Html.DisplayFor(m => m.ElementDescription)
|
||
|
}
|