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
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.
Assembly: Smartsite.Runtime (in Smartsite.Runtime.dll)
Syntax
C# | Copy Code |
---|---|
public string CharacterSet { get; set; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Property CharacterSet As Get Set |
See Also
WebPage Class
Smartsite.Web Namespace