C# Class Server.Controllers.CommentController

Inheritance: Controller
Afficher le fichier Open project: GDGMendoza/devfest_mendoza_-_material_de_apoyo_conferencia_solidaria

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
create ( string CommentText, int PostID ) : System.Web.Mvc.JsonResult
delete ( int CommentID ) : System.Web.Mvc.JsonResult
update ( int CommentID, string CommentText ) : System.Web.Mvc.JsonResult

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult