This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The Payment module sets the response encoding to ISO-8859-1 for the page containing the payment form to make sure Internet Explorer posts the correct data to Ogone. Disable this behaviour by setting ForceEncoding to false.

Namespace: Smartsite.Ogone
Assembly:  Smartsite.Ogone (in Smartsite.Ogone.dll)

Syntax

C#Copy imageCopy Code
public bool ForceEncoding { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property ForceEncoding As 
	Get
	Set

See Also

Advanced