コード例 #1
0
 public ActionResult Code()
 {
     return(File(_validateService.GenerateCode(), @"image/jpeg"));
 }