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

Inheritance: BlogBaseController
ファイルを表示 Open project: WeTeam/WeBlog

Public Methods

Method Description
BlogTagCloudController ( ) : System.Collections.Generic
BlogTagCloudController ( ITagCloudCore tagCloudCore ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
GetTagRenderingModels ( ) : IEnumerable

Method Details

BlogTagCloudController() public method

public BlogTagCloudController ( ) : System.Collections.Generic
return System.Collections.Generic

BlogTagCloudController() public method

public BlogTagCloudController ( ITagCloudCore tagCloudCore ) : System.Collections.Generic
tagCloudCore ITagCloudCore
return System.Collections.Generic

GetTagRenderingModels() protected method

protected GetTagRenderingModels ( ) : IEnumerable
return IEnumerable

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult