System.Windows.Forms.HtmlDocument.Body Property

Gets the System.Windows.Forms.HtmlElement for the BODY tag.

Syntax

public HtmlElement Body { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An HTML document is split into two major sections:

  • HEAD, which contains the document's title, any document meta-data, and SCRIPT elements.

  • BODY, which contains all of the elements involved in the on-screen appearance of the document.

There is no equivalent Head property on System.Windows.Forms.HtmlDocument. To obtain the HEAD element, use HtmlDocument.GetElementsByTagName(string).

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0