@page "/ephemeral"

Ephemeral

Ephemeral is a place for fleeting thoughts. Everything on this page will disappear after a while.

@message
@code { private List messages = new List(); protected override async Task OnInitializedAsync() { //await Shell.Current.GoToAsync(nameof(EphemeralWebPage)); RestService api = new RestService(); messages = await api.Ephemeral(); } }