Documentation > CMS Template API Library > Out > WriteLine(String)

WriteLine

Writes the line to the output.

public System.Void WriteLine(String)

Parameters

NameDescriptionType
line The line. System.String

Code Example

C#

Sample:

            
            Out.WriteLine("<html>");
            
            

Connect with Crownpeak