C# Class Subtext.Web.Controls.CoComment

Summary description for CoComment.
Inheritance: System.Web.UI.Control
Show file Open project: ayende/Subtext

Public Methods

Method Description
CoComment ( ) : System

Initializes a new instance of the CoComment class.

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

Method Details

CoComment() public method

Initializes a new instance of the CoComment class.
public CoComment ( ) : System
return System

Render() protected method

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
return void