ScrapeExceptionHtml Property |
Gets the HTML text that could not be scraped.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public string Html { get; }
Public ReadOnly Property Html As String
Get
public:
property String^ Html {
String^ get ();
}
member Html : string with get
Property Value
Type:
StringSee Also