ObjectTagBuilder.AppendLiteralString(String) Method

Definition

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

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

public:
 override void AppendLiteralString(System::String ^ s);
public override void AppendLiteralString (string s);
override this.AppendLiteralString : string -> unit
Public Overrides Sub AppendLiteralString (s As String)

Parameters

s
String

The content to add to the control.

Applies to