@page "/agents"
@attribute [StreamRendering(true)]
@attribute [OutputCache(Duration = 5)]
@inject AgentAPIClient AgentApi
This component demonstrates showing data loaded from a backend API service.
@if (results == null) {Loading...
} else {Date | Temp. (F) | Summary |
---|---|---|
@result.Date.ToShortDateString() | @result.Summary | @result.Content |