ChildAction.Controllers.HomeController.ChildAction C# (CSharp) Method

ChildAction() private method

private ChildAction ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ChildAction()
        {
            return View();
        }
HomeController