C# Class Carrotware.CMS.UI.Controls.SiteMetaWordList

Inheritance: BaseServerControl, IHeadedList, IWidgetLimitedProperties
Show file Open project: ninianne98/CarrotCakeCMS

Private Properties

Property Type Description

Public Methods

Method Description
SiteMetaWordList ( ) : System

Protected Methods

Method Description
GetMetaInfo ( ) : List
OnPreRender ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

GetMetaInfo() protected method

protected GetMetaInfo ( ) : List
return List

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

SiteMetaWordList() public method

public SiteMetaWordList ( ) : System
return System