Definition
Assembly: CloudNimble.EasyAF.Configuration.dll Namespace: CloudNimble.EasyAF.Configuration Inheritance: CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Summary
An extended configuration class that includes both public and administrative endpoint configuration. Inherits from ConfigurationBase and adds support for administrative APIs and applications.Remarks
This configuration class should be used for applications that need both customer-facing and administrative functionality, such as multi-tenant applications with separate admin interfaces or applications that need to communicate with both public and private APIs.Examples
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
.ctor Inherited
Inherited from
objectSyntax
Properties
AdminApiClientName
The name of the HttpClient that will be used to hit the Admin (Private) API.Syntax
Property Value
Type:string
AdminApiRoot
The root of the Admin (Private) API.Syntax
Property Value
Type:string
Remarks
Most Blazor apps will call at least one API. If you need to call more than one, just inherit from ConfigurationBase and add your own properties.AdminAppClientName
The name of the HttpClient that will be used to hit the Admin Blazor Controllers.Syntax
Property Value
Type:string
AdminAppRoot
The website your Administrative Blazor app is being served from.Syntax
Property Value
Type:string
Remarks
Sometimes you will need to get information about the app’s deployment before it has been fully-initialized in Program.cs. This is the place to do it.ApiClientName Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Property Value
Type:string
ApiRoot Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Property Value
Type:string
Remarks
Most Blazor apps will call at least one API. If you need to call more than one, just inherit from ConfigurationBase and add your own properties.AppClientName Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Property Value
Type:string
AppRoot Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Property Value
Type:string
Remarks
Sometimes you will need to get information about the app’s deployment before it has been fully-initialized in Program.cs. This is the place to do it.HttpHandlerMode Inherited
Inherited from
CloudNimble.EasyAF.Configuration.ConfigurationBaseSyntax
Property Value
Type:CloudNimble.EasyAF.Core.HttpHandlerMode
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?