C# Class App_Code.Controls.TagCloud

The tag cloud.
Inheritance: System.Web.UI.Control
Datei anzeigen Open project: rasmuskl/ReSharperCourse

Private Properties

Property Type Description
CreateRawList int>.SortedDictionary
SortList void

Public Methods

Method 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

Method 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 method

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.
return void