Documentation > CMS Template API Library > Out > Write(String)
Write
Writes the specified text to the output.
public System.Void Write(String)
Parameters
| Name | Description | Type |
|---|---|---|
| text | The string to write. | System.String |
Code Example
C#
Sample:
Out.Write("<span>");