XmlBuilder.AppendLiteralString Method (String)

 

Adds literal content to the control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overrides Sub AppendLiteralString (
	s As String
)

Parameters

s
Type: System.String

The literal content to add to the control.

The AppendLiteralString method of the XmlBuilder class overrides the AppendLiteralString method of the ControlBuilder class so that the method of the base class has no effect.

.NET Framework
Available since 2.0
Return to top
Show: