Class ConfigurationServiceCollectionExtensions
Configuration extensions.
Inheritance
System.Object
ConfigurationServiceCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.AspNetCore.Configuration
Assembly: Kephas.Application.AspNetCore.dll
Syntax
public static class ConfigurationServiceCollectionExtensions
Methods
| Improve this Doc View SourceConfigureOptionsExtensions(IAmbientServices)
Configures the options extensions.
Declaration
public static IAmbientServices ConfigureOptionsExtensions(this IAmbientServices ambientServices)
Parameters
Type | Name | Description |
---|---|---|
IAmbientServices | ambientServices | The ambient services to act on. |
Returns
Type | Description |
---|---|
IAmbientServices | The provided ambient services. |