URL to which the user will be redirected when the upload successfully completes.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property RedirectUrl As String
public string RedirectUrl { get; set; }
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 "".