InnerHtml Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the HTML between the start and end tags of the object. In the case of a text node, it is equals to OuterHtml.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public override string InnerHtml { get; set; }
Visual Basic
Public Overrides Property InnerHtml As String
	Get
	Set
Visual C++
public:
virtual property String^ InnerHtml {
	String^ get () override;
	void set (String^ value) override;
}

See Also