System.Web.UI.WebControls.XmlBuilder.AppendLiteralString Method

Adds literal content to the control.

Syntax

public override void AppendLiteralString (string s)

Parameters

s
The literal content to add to the control.

Remarks

The XmlBuilder.AppendLiteralString(string) method of the System.Web.UI.WebControls.XmlBuilder class overrides the System.Web.UI.ControlBuilder.AppendLiteralString(string) method of the System.Web.UI.ControlBuilder class so that the method of the base class has no effect.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0