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)
Public Property AltInstallerHtml As String
public string AltInstallerHtml { get; set; }
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>".
{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.