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

SomethingBad() 공개 메소드

public SomethingBad ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult SomethingBad()
        {
            return Redirect("http://thisdoesntexists");
        }