@using TightWiki.Models @model TightWiki.Models.ViewModels.Page.PageSearchViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); }
If it's here, you should be able to find it.
| @if ((p.Namespace ?? "") != "") { @p.Namespace :: }@p.Title@(String.IsNullOrEmpty(@p.Description) ? "" : " : ") @p.Description |