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

Test() 공개 메소드

public Test ( ) : ActionResult
리턴 ActionResult
        public ActionResult Test()
        {
            return new ActionAsPdf("Index", new { name = "Giorgio" }) { FileName = "Test.pdf" };
        }