Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. This method uses the same semantics as the string.Format(string, object, object) method.
The HtmlTextWriter.Write(string, object, object) method generates any tabs that are pending, and then calls the erload:System.IO.TextWriter.Write base method.