Tag helper in _layout.cshtml page for start up after website load
There are a lot of similar questions but not the one that give me the solution.
.NET 8 Blazor – Page layout OnAfterRenderAsync life-cycle not triggered
Need some advice or guidance. I’m new at using .NET Blazor. I’m trying to configure a sort of auto logout function for my web app. The idea is to have it spin up as a timer when the web page loads and reset the timer each time a client interaction is detected.