Click or drag to resize
UpdateDialogShowingEventArgsDialogSummaryHtml Property
Gets or sets the summary HTML to be displayed in the dialog.

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 DialogSummaryHtml { get; set; }

Property Value

Type: String
The HTML to be displayed in the dialog.
Remarks

This property takes priority over DialogSummaryText; if it is not blank, DialogSummaryText will be ignored.

By default, this property is set to the HistoricalSummaryHtml of CurrentUpdate if CurrentUpdate is not , or NoUpdateDisplayHtml otherwise.

See Also