BookManagement.Controllers.CommentController.Create C# (CSharp) 메소드

Create() 개인적인 메소드

private Create ( int book ) : System.Web.Mvc.ActionResult
book int
리턴 System.Web.Mvc.ActionResult
        public ActionResult Create(int book)
        {
            ViewBag.IdBook = book;
            return View();
        }

Same methods

CommentController::Create ( Comment comment ) : System.Web.Mvc.ActionResult
CommentController