Click or drag to resize
UpdateDialogShowingEventArgsNoUpdateDisplayHtml Property
Gets HTML from the update server to display if no update is available.

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
The HTML to display if no update is available.
Remarks

By default, DialogSummaryHtml will be set to the value of this property if CurrentUpdate is .

See Also