Notifies the System.Web.UI.HtmlControls.HtmlTextArea control that an object was parsed and adds the object to the System.Web.UI.HtmlControls.HtmlTextArea control's System.Web.UI.ControlCollection object.
- obj
- An object that represents the parsed element.
The HtmlTextArea.AddParsedSubObject(object) method adds an object to the System.Web.UI.HtmlControls.HtmlTextArea control's System.Web.UI.ControlCollection if the object is of the type System.Web.UI.LiteralControl or System.Web.UI.DataBoundLiteralControl; otherwise, an System.Web.HttpException is thrown.
The HtmlTextArea.AddParsedSubObject(object) method is primarily used by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTextArea control.