Table of Contents

Namespace Phetch.Blazor

Classes

ObserveQuery<TArg, TResult>

Blazor component to subscribe to a query and re-render when it changes.

UseEndpointBase<TArg, TResult>

Base class for variations of UseEndpoint. Do not use directly.

UseEndpoint<TArg, TResult>

A component that can be used to call an endpoint and access the result.

UseParameterlessEndpoint<TResult>

An alternative to UseEndpoint<TArg, TResult> for endpoints that don't take any arguments. This fetches the query automatically, unless AutoFetch is set to false.