TagCloudBaseWebPart Members
Include Protected Members
Include Inherited Members
Represents an abstract base class for tag cloud Web Parts.
The TagCloudBaseWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TagCloudBaseWebPart | Initializes a new instance of the TagCloudBaseWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
DesignTimeHtml | Gets the design-time HTML for the current Web Part. (Overrides WebPartLocDesignTimeHtml().) | |
ShowCount | Gets or sets a value that indicates whether the Count is rendered in HTML when the GetHtml(HtmlTextWriter, []) method is called. |
Top
Methods
Name | Description | |
---|---|---|
GetHtml | Writes the HTML content for the TagCloudItem to the HtmlTextWriter. | |
OnPreRender | Handles the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).) |
Top