コード例 #1
0
ファイル: HomeController.cs プロジェクト: ztxyzu/SSO.Redis
        public ActionResult Index()
        {
            PassportService pass = new PassportService();

            ViewData["userName"] = pass.GetUserInfo().UserName;
            return(View());
        }