@model Pilotfish.Afx.Models.ConsoleModel @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc @{ var browserTitle = "Legiti-mate > " + ViewBag.Controller + " > " + ViewBag.Page; if (!string.IsNullOrEmpty(Model.BrowserTitle)) { browserTitle = Model.BrowserTitle; } }
@**@