| Parameter | Description |
|---|---|
| utf8 | The UTF-8 encoded bytes to set as the element's text content. |
Sets the text content from a UTF-8 encoded byte sequence without allocating a managed string.
This method is slower than its UTF-16 counterparts since transcoding is unavoidable. Prefer using TextElement.SetText when possible.