@page "/authentication/{action}" @inherits PagesBase
@code { [Parameter] public string Action { get; set; } protected override void OnInitialized() { base.OnInitialized(); } }