示例#1
0
        public ActionResult VerCode()
        {
            VerificationCode vc = new VerificationCode();

            Session["ver"] = vc.GetVerCode();
            return(File(vc.StreamVerCod(), @"image/jpeg"));
        }