Rotativa.Demo.Controllers.HomeController.Test C# (CSharp) Méthode

Test() public méthode

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