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

Metadata.UserAgent Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a user-agent string.

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

Syntax

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

Property Value

Type: System.String

The user-agent string which is sent by Image Uploader in the header of the upload request.

Default value is "".

Remarks

Note

During initialization, this value is set to the user-agent string of a browser which hosts Image Uploader.

See Also

Reference