AjaxAuthenticationHandling.Controllers.HomeController.GetData2 C# (CSharp) Method

GetData2() private method

private GetData2 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult GetData2()
        {
            return Json(new
            {
                Items = new[]
                {
                    "Li Chen",
                    "Abdullah Khamir",
                    "Mark Schrenberg",
                    "Katy Sullivan",
                    "Erico Gantomaro",
                }
            });
        }