CameraCar.Controllers.PhotoController.Preview C# (CSharp) Méthode

Preview() public méthode

public Preview ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult Preview()
        {
            var bin = GetPhotoPreviewBuff(this.Server);
            return File(bin, "image/jpeg");
        }