C# Class Web.Controllers.AppController

Inheritance: Controller
Exibir arquivo Open project: exsurgo/syncjs

Public Methods

Method Description
Get ( string folder, string view ) : System.Web.Mvc.ActionResult
Post ( string postValue ) : System.Web.Mvc.ActionResult
Todos ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
View ( string viewFolder, string viewName, object model = null ) : System.Web.Mvc.ActionResult

Method Details

Get() public method

public Get ( string folder, string view ) : System.Web.Mvc.ActionResult
folder string
view string
return System.Web.Mvc.ActionResult

Post() public method

public Post ( string postValue ) : System.Web.Mvc.ActionResult
postValue string
return System.Web.Mvc.ActionResult

Todos() public method

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