HtmlTitle.AddParsedSubObject(Object) Method

Definition

Notifies the HtmlTitle control that an XML or HTML element was parsed and adds that element to the ControlCollection collection of the control.

C#
protected override void AddParsedSubObject (object obj);

Parameters

obj
Object

An Object that represents the parsed element.

Remarks

If the element added to the HtmlTitle control is a LiteralControl control, then the AddParsedSubObject method sets the Text property with the value of the literal string; otherwise, the base AddParsedSubObject method is called. The AddParsedSubObject method is used primarily by control developers extending the functionality of the HtmlTitle control.

Applies to

제품 버전
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also