CapRaffle.Controllers.CategoryController.Create C# (CSharp) Method

Create() public method

public Create ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult
        public ViewResult Create()
        {
            ViewBag.action = "Create";
            return View("Edit", new Category());
        }