Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing.
Namespace: System.Web.UI Assembly: System.Web (in system.web.dll)
Use the WriteLineNoTabs method rather than the WriteLine 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 WriteLine base method is used to write the value parameter.
Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.