Rotativa.Demo.Controllers.HomeController.AuthorizedIndex C# (CSharp) Method

AuthorizedIndex() private method

private AuthorizedIndex ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult AuthorizedIndex()
        {
            ViewBag.Message = "Welcome to logged in ASP.NET MVC!";

            return View("Index");
        }