ObjectTagBuilder.AppendLiteralString Method (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds content, such as text or HTML, to a control.

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

public override void AppendLiteralString(
	string s
)

Parameters

s
Type: System.String

The content to add to the control.

.NET Framework
Available since 1.1
Return to top
Show: