Rotativa.Demo.Controllers.HomeController.AuthorizedTest C# (CSharp) 메소드

AuthorizedTest() 개인적인 메소드

private AuthorizedTest ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult AuthorizedTest()
        {
            return new ActionAsPdf("AuthorizedIndex") { FileName = "AuthorizedTest.pdf" };
        }