C# Class Sitecore.Modules.WeBlog.Mvc.Controllers.BlogTagCloudController

Inheritance: BlogBaseController
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
BlogTagCloudController ( ) : System.Collections.Generic
BlogTagCloudController ( ITagCloudCore tagCloudCore ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
GetTagRenderingModels ( ) : IEnumerable

Method Details

BlogTagCloudController() public méthode

public BlogTagCloudController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

BlogTagCloudController() public méthode

public BlogTagCloudController ( ITagCloudCore tagCloudCore ) : System.Collections.Generic
tagCloudCore ITagCloudCore
Résultat System.Collections.Generic

GetTagRenderingModels() protected méthode

protected GetTagRenderingModels ( ) : IEnumerable
Résultat IEnumerable

Index() public méthode

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