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

UploadSettings.RedirectUrl Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

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

Property Value

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 "".

See Also

Reference

Manual