RequiresSpecialViewStateEncoding Property

Returns true if the device requires special encoding on the generated view state value. The default is false.

public virtual bool RequiresSpecialViewStateEncoding {
   get
}

Remarks

Some devices and gateways do not properly encode nonalphabet characters when sending them in HTTP requests. When the RequiresSpecialViewStateEncoding property is true, the adapter replaces the nonalphabet characters in the view state value with ones that do not require encoding in HTTP requests.

See Also

Applies to: MobileCapabilities Class