Ejemplo n.º 1
0
        public ActionResult Create(string path)
        {
            Node parent = PrimeViewBag(path).Last();

            ViewBag.HttpVerbs = new SelectList(_nodeProvider.GetHttpVerbs().Select(x => x.Value));
            return(View(parent));
        }