Response.CharSet Field

IronWebScraper

ResponseCharSet Field

Name of the charset used to encode the web resource. When reading TextConent, the result has already been decoded to C# default encoding (utf-8) on your behalf.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public string CharSet
Public CharSet As String

Field Value

Type: String
See Also