C# Класс Sitecore.Modules.WeBlog.WebForms.Layouts.Sidebar.BlogTagCloud

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
PanelTagCloud global::System.Web.UI.WebControls.Panel
TagList global::System.Web.UI.WebControls.Repeater
TagSortList global::System.Web.UI.WebControls.Repeater

Открытые методы

Метод Описание
BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System

Защищенные методы

Метод Описание
LoadTags ( ) : void

Load the tags for the current blog into this control

Page_Load ( object sender, EventArgs e ) : void

Описание методов

BlogTagCloud() публичный Метод

public BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System
tagCloudCore ITagCloudCore
Результат System

LoadTags() защищенный Метод

Load the tags for the current blog into this control
protected LoadTags ( ) : void
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

PanelTagCloud защищенное свойство

PanelTagCloud control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelTagCloud
Результат global::System.Web.UI.WebControls.Panel

TagList защищенное свойство

TagList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater TagList
Результат global::System.Web.UI.WebControls.Repeater

TagSortList защищенное свойство

TagSortList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater TagSortList
Результат global::System.Web.UI.WebControls.Repeater