@page "/settings" @page "/settings/{BackTo}" @using salesbook.Shared.Components.Layout
@code { [Parameter] public string BackTo { get; set; } = ""; }