Skip to main content
A newer version of this page is available. .

MapWebRequestEventArgs.Encoding Property

Specifies the character encoding of the map web request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

The character encoding of the map web request.

See Also