Response.Html Property

IronWebScraper

ResponseHtml Property

Synonym of content which checks for an Html content

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

Property Value

Type: String
The HTML.
Exceptions
ExceptionCondition
FormatExceptionDocument does not have an HTML mime type or contain a <body> or <html> tag
See Also