OuterHtml Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the object and its content in HTML.

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

Syntax

C#
public override string OuterHtml { get; }
Visual Basic
Public Overrides ReadOnly Property OuterHtml As String
	Get
Visual C++
public:
virtual property String^ OuterHtml {
	String^ get () override;
}

See Also