@{ Layout = null; } atakanozban.com Admin Panel @{ var currentPath = (Request.Url != null ? Request.Url.AbsolutePath : "").ToLowerInvariant(); Func isActive = path => currentPath.StartsWith(path.ToLowerInvariant()); var isDashboard = currentPath == "/admin" || currentPath == "/admin/" || currentPath.StartsWith("/admin/index"); }
@RenderBody()