Aguacongas.TheIdServer.BlazorApp.Components.PageNotFound.OnInitialized C# (CSharp) Method

OnInitialized() protected method

protected OnInitialized ( ) : void
return void
        protected override void OnInitialized()
        {
            Localizer.OnResourceReady = () => InvokeAsync(StateHasChanged);
            base.OnInitialized();
        }
    }
PageNotFound