C# Class App_Code.Controls.TagCloud

The tag cloud.
Inheritance: System.Web.UI.Control
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Private Properties

Свойство Type Description
CreateRawList int>.SortedDictionary
SortList void

Méthodes publiques

Méthode Description
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Private Methods

Méthode Description
CreateRawList ( ) : int>.SortedDictionary

Builds a raw list of all tags and the number of times they have been added to a post.

SortList ( ) : void

Sorts the list of tags based on how much they are used.

Method Details

RenderControl() public méthode

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Résultat void