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