C# Class BgEngine.Controllers.TagController

Inheritance: BaseController
Afficher le fichier Open project: yagopv/BgEngine

Méthodes publiques

Méthode Description
TagCloud ( ) : System.Web.Mvc.ActionResult
TagController ( IBlogServices blogservices, IService tagservices ) : System

Private Methods

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Tag tag ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( Tag Tag ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page, string sort, string sortdir ) : System.Web.Mvc.ViewResult

Method Details

TagCloud() public méthode

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

TagController() public méthode

public TagController ( IBlogServices blogservices, IService tagservices ) : System
blogservices IBlogServices
tagservices IService
Résultat System