@page "/guildwars/copy/{Source}" @inherits ViewBase @code{ [Parameter] public required string Source { get; init; } = string.Empty; }