Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing.
Use the HtmlTextWriter.WriteLineNoTabs(string) method rather than the HtmlTextWriter.WriteLine(string) method when you do not want to render any tab spacing ahead of the rendered string s.
The default line terminator string is a carriage return followed by a line feed ("\r\n"). The erload:System.IO.TextWriter.WriteLine base method is used to write the value parameter.