예제 #1
0
        public ActionResult CheckCode()
        {
            CheckCode checkCode = new CheckCode();

            CheckCodeStatus.SetCheckCode(checkCode.CodeText);
            Byte[] data = checkCode.GetBitmapData();

            return(File(data, "image/jpeg"));
        }