Exemplo n.º 1
0
        public virtual void Prepare()
        {
            ViewBag.Position = "home";

            ViewBag.Catalogs = Catalogs.FindAll().OrderBy(p => p.ID);

            NewLife.Log.XTrace.Log.Info("**请求IP**:" + HttpContext.Connection.RemoteIpAddress.ToString());
        }