@(this.ViewModel.Mod?.Name ?? string.Empty)
Are you sure you want to install the mod "@this.ViewModel.Mod?.Name"?
Continue Cancel
@page "/mod-installation-confirmation/{Name}" @inherits ViewBase @code { [Parameter] public required string Name { get; init; } }