@page "/profile/view/{Id}" @inject HttpClient http @inject AppState state @if (IsLoading) {

Loading profile...

} else {

View Profile

}