C# Class Example.Project.Web.Controllers.T4MVC_SystemController

Inheritance: Example.Project.Web.Controllers.SystemController
Show file Open project: juanplopes/simple

Public Methods

Method Description
Error ( System exception ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
T4MVC_SystemController ( ) : System

Method Details

Error() public method

public Error ( System exception ) : System.Web.Mvc.ActionResult
exception System
return System.Web.Mvc.ActionResult

Index() public method

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

T4MVC_SystemController() public method

public T4MVC_SystemController ( ) : System
return System