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

SomethingBad() public méthode

public SomethingBad ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult SomethingBad()
        {
            return Redirect("http://thisdoesntexists");
        }