Response.TextContent Property

IronWebScraper

ResponseTextContent Property

The content downloaded from the Url encoded as a String.

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

Property Value

Type: String
See Also