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

ImageUploader.UserAgent Property

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

A string value that specifies User-Agent string which is sent by Image Uploader in the header of the upload request.

Default value is:

  • Image Uploaderin ActiveX;
  • Aurigma Image Uploader JEin Java.

Remarks

Set this property to the window.navigator.agent value to make Image Uploader sending user-agent string the same as of a browser hosting Image Uploader.

This property corresponds to UserAgent client-side property.

See Also

Reference