Skip to main content

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.