GoogleSearchOptionsOutputEncoding Property

Gets or sets the output character encoding.

Default value: ISO-8859-1 (latin1)

Definition

Namespace: DevCase.ThirdParty.Google.Search
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(typeof(string), "ISO-8859-1")]
[TypeConverterAttribute(typeof(EncodingTypeConverter))]
public Encoding OutputEncoding { get; set; }

Property Value

Encoding

Remarks

See Also