Gets or sets a URL to which a user will be redirected when the upload is successfully completed.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property RedirectUrl As String
public string RedirectUrl { get; set; }
Type: System.String
The URL to which a user will be redirected when the upload is successfully completed. If it is an empty string, Image Uploader will not try to redirect.
Default value is "".