HtmlNode.InnerHtml Property

IronWebScraper

HtmlNodeInnerHtml Property

Gets the HtmlNode's inner Html as a string. OuterHTML will not include the current tag's own html markup, only that nested inside it.

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

Property Value

Type: String
See Also