System.Web.UI.ControlBuilder.AppendLiteralString Method

Adds the specified literal content to a control. This method is called by the ASP.NET page framework.

Syntax

public virtual void AppendLiteralString (string s)

Parameters

s
The content to add to the control.

Remarks

Override the ControlBuilder.AppendLiteralString(string) method to control how literal content between the control's opening and closing tags is processed. Literal content can be any text that is passed by the browser to the server control. For example, any HTML elements and text, between their opening and closing tags, are literal content.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0