@using TightWiki.Models @model TightWiki.Models.ViewModels.Page.PageCommentsViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); }
All comment made on the given page.
@if (!string.IsNullOrEmpty(Model.ErrorMessage)) {@Html.Raw(h.Body)
@Html.DisplayTextFor(x => h.CreatedDate)