I'm trying to derive a class from HtmlTextWriter to specifically write Html to a string.
This means constructing the HtmlTextWriter class with some strings, but as these strings are part of the...