BgEngine.Controllers.ImageController.GetGalleriaJson C# (CSharp) Method

GetGalleriaJson() public method

public GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult
id int
return System.Web.Mvc.JsonResult
        public JsonResult GetGalleriaJson(int id)
        {
            return Json(MediaServices.BuildGalleriaForAlbum(id, url => Url.Content(url)), JsonRequestBehavior.AllowGet);
        }