BookStore_NETMVC.Controllers.CategoryController.Index C# (CSharp) Method

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            return View(db.Category.ToList());
        }