PagePorter Class Library

FpUserControl.AddParsedSubObject Method 

Overridden. Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.

[Visual Basic]
Overrides Protected Sub AddParsedSubObject( _
   ByVal obj As Object _
)
[C#]
protected override void AddParsedSubObject(
   object obj
);

Parameters

obj
An Object that represents the parsed element.

Remarks

We override this method so we can remove the </body> and </html> tags, allowing the bottom border control to put them back. This method is already used by ASP.NET for parsing, so it adds negligible overhead.

See Also

FpUserControl Class | Parastream.Web.UI Namespace