Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CollectionModelDescription.cshtml 207B

123456
  1. @using Authentication_test.Areas.HelpPage.ModelDescriptions
  2. @model CollectionModelDescription
  3. @if (Model.ElementDescription is ComplexTypeModelDescription)
  4. {
  5. @Html.DisplayFor(m => m.ElementDescription)
  6. }