Click or drag to resize
UpdateControllerNoUpdateDisplayHtml Property
Gets HTML retrieved from the update server that should be shown when no updates are available, or if no update information has been retrieved.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string NoUpdateDisplayHtml { get; }

Property Value

Type: String
HTML specified on the update server that should be displayed when no updates are available, or if the controller has not yet checked for an available update.
Remarks

This property can be filled by calling any method that checks for an available update: CheckForUpdate, CheckForUpdateAsync, ShowCheckForUpdateDialog, or UpdateInteractive if the user cancels the update process after an update is found. Regardless of whether an update is found, if the controller is able to perform the check, this property will be filled.

See Also