Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

Types

Classes

NameSummary
ConfigurationBaseA base class implementation of the configuration your Blazor app will pull from wwwroot/appsettings.json. Provides standard HttpClient configuration for API and application endpoints.
ConfigurationPlusAdminBaseAn extended configuration class that includes both public and administrative endpoint configuration. Inherits from ConfigurationBase and adds support for administrative APIs and applications.
HttpEndpointAttributeSpecifies that a configuration property represents an HTTP endpoint URL for an HttpClient. Used by the EasyAF configuration system to automatically register HttpClients with their base addresses.