Parses an input string into a System.Web.UI.Control object on the Web Forms page or user control.
The parsed System.Web.UI.Control.
The content parameter contains a user control, such as you would find in an .ascx file. This string cannot contain any code, because the TemplateControl.ParseControl(string) method never causes compilation.