C# Class RrCms.Controllers.ArticleController

Inheritance: Controller
Afficher le fichier Open project: ateregulov/RR-CMS

Méthodes publiques

Méthode Description
Details ( int id ) : ActionResult
Index ( ) : ActionResult

Private Methods

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Article article ) : System.Web.Mvc.ActionResult
Delete ( int id ) : ActionResult
Delete ( int id, Article article ) : ActionResult
Edit ( int id ) : ActionResult
Edit ( int id, Article article ) : ActionResult

Method Details

Details() public méthode

public Details ( int id ) : ActionResult
id int
Résultat ActionResult

Index() public méthode

public Index ( ) : ActionResult
Résultat ActionResult