LinkElement.SetText

LinkElement.SetText method

Appends text content to current text element.

public void SetText(string text)
ParameterTypeDescription
textStringText content.

See Also