User-Agent string.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UserAgent As String
public string UserAgent { get; set; }
A string value that specifies User-Agent string which is sent by Image Uploader in the header of the upload request.
Default value is:
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.