XmlBuilder.AppendLiteralString(String) Method

Definition

Adds literal content to the control.

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 literal content to add to the control.

Remarks

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.

Applies to

See also