Adds the specified literal content to a control. This method is called by the ASP.NET page framework.
Override the ControlBuilder.AppendLiteralString(string) method to control how literal content between the control's opening and closing tags is processed. Literal content can be any text that is passed by the browser to the server control. For example, any HTML elements and text, between their opening and closing tags, are literal content.