@page "/" @rendermode InteractiveServer Home

Hello, world!

Welcome to your new app. @code { string buttonText = "Pull finance data"; async Task pullData(){ buttonText = "Do not refresh the page. The data is refreshing."; await Task.Delay(1); aiModule.PullData(); buttonText = "Refresh Completed"; } }