C# Class Rock.Web.UI.Controls.RockLiteral

Inheritance: System.Web.UI.WebControls.Literal
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

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

Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.

Method Details

RenderControl() public méthode

Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the rendered output.
Résultat void