@model QuestionnaireViewModel @{ ViewData["Title"] = "Details"; }
| Id | Questionnaire | Description | Questions | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @Model.Id |
@Html.Raw(Model.Title.Length >= 30 ? Model.Title.Substring(0, 30) : Model.Title)
Read More
|
@Html.Raw(Model.Description.Length >= 30 ? Model.Description.Substring(0, 30) : Model.Title)
Read More
|
|