update vor token
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@using OnDocWeb.Areas.HelpPage.ModelDescriptions
|
||||
@model CollectionModelDescription
|
||||
@if (Model.ElementDescription is ComplexTypeModelDescription)
|
||||
{
|
||||
@Html.DisplayFor(m => m.ElementDescription)
|
||||
}
|
||||
Reference in New Issue
Block a user