This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.Charset Property

Charset used to encode the text data submitted by Image Uploader.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Charset As String
C#
public string Charset { get; set; }

Property Value

A string value that represents a charset.

Default value is "UTF-8".

Remarks

This property corresponds to Charset client-side property.

See Also

Reference