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