Method | Description | |
---|---|---|
Get ( string folder, string view ) : System.Web.Mvc.ActionResult | ||
Post ( string postValue ) : System.Web.Mvc.ActionResult | ||
Todos ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
View ( string viewFolder, string viewName, object model = null ) : System.Web.Mvc.ActionResult |
public Get ( string folder, string view ) : System.Web.Mvc.ActionResult | ||
folder | string | |
view | string | |
return | System.Web.Mvc.ActionResult |
public Post ( string postValue ) : System.Web.Mvc.ActionResult | ||
postValue | string | |
return | System.Web.Mvc.ActionResult |
public Todos ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |