HtmlNode.OuterHtml Property

IronWebScraper

HtmlNodeOuterHtml Property

Gets the HtmlNode's outer Html as a string. OuterHTML will include the tag's own html markup.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public string OuterHtml { get; }
Public ReadOnly Property OuterHtml As String
	Get

Property Value

Type: String
See Also