Version @this.ViewModel.Version?.ToString()
@if (!string.IsNullOrWhiteSpace(this.ViewModel.ChangeLog)) {
@this.ViewModel.ChangeLog
} else {

No changelog available for this version.

}
Continue Cancel
@page "/update-confirmation" @inherits ViewBase @code{ [Parameter] public string Version { get; set; } = string.Empty; }