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

ImageUploader.RedirectUrl Property

URL to which the user will be redirected when the upload successfully completes.

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

Syntax

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

Property Value

A string value containing a correct URL to which the user will be redirected after upload. If it is an empty string, Image Uploader will not try to redirect.

Default value is "".

Remarks

This property corresponds to RedirectUrl client-side property.

See Also

Reference