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

InstallationProgress.AltInstallerHtml Property

Gets/sets HTML-marked text appended to installation instructions in the case if alternative installer is enabled.

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

Syntax

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

Property Value

The value which represents HTML-marked text appended to installation instructions in the case if alternative installer is enabled.

Default value is "<p>You can also download <a href="{0}">standalone installator</a>.</p>".

Remarks

The value of this property can contain {0} placeholder. Before displaying the installation screen, this placeholder is replaced with a URL defined in the AltInstallerUrl property. It allows you to customize links without changing HTML-marked text.

See Also

Reference