Documentation > CMS Template API Library > Out > WriteLine(String)
WriteLine
Writes the line to the output.
public System.Void WriteLine(String)
Parameters
| Name | Description | Type | 
|---|---|---|
| line | The line. | System.String | 
Code Example
C#
Sample:
            
            Out.WriteLine("<html>");
            
            
