This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the Character set, which will be used when calling the ToString()()()() method.
The CharacterSet property, at least for an external request, will match the response's CharacterSet property and will be set automatically after executing the request.

Namespace: Smartsite.Web
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

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

See Also

WebPage Class
Smartsite.Web Namespace
Advanced