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

Test() public method

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