Writes the specified string to the output stream, along with any pending tab spacing.
s The string to write to the output stream.
The HtmlTextWriter.Write(string) method generates any tabs that are pending, and then calls the erload:System.IO.TextWriter.Write base method.