C# Class Rotativa.Demo.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: scoorf/Rotativa Class Usage Examples

Public Methods

Method Description
ErrorTest ( ) : System.Web.Mvc.ActionResult
Index ( string name ) : System.Web.Mvc.ActionResult
RouteTest ( ) : System.Web.Mvc.ActionResult
SomethingBad ( ) : System.Web.Mvc.ActionResult
Test ( ) : ActionResult
TestExternalUrl ( ) : ActionResult
TestUrl ( ) : ActionResult
TestView ( ) : ActionResult

Private Methods

Method Description
AuthorizedIndex ( ) : System.Web.Mvc.ActionResult
AuthorizedTest ( ) : System.Web.Mvc.ActionResult

Method Details

ErrorTest() public method

public ErrorTest ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string name ) : System.Web.Mvc.ActionResult
name string
return System.Web.Mvc.ActionResult

RouteTest() public method

public RouteTest ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SomethingBad() public method

public SomethingBad ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Test() public method

public Test ( ) : ActionResult
return ActionResult

TestExternalUrl() public method

public TestExternalUrl ( ) : ActionResult
return ActionResult

TestUrl() public method

public TestUrl ( ) : ActionResult
return ActionResult

TestView() public method

public TestView ( ) : ActionResult
return ActionResult