I\'ve been bugged with this for many days...(I\'m in process of studying ASP.NET MVC 3)
In this link -- Razor If/Else conditional operator syntax -- is said
@(item.Manager == null ? new HtmlString("<i>unassigned</i>") : new HtmlString( item.Manager.Name) )