Show / Hide Table of Contents

Class ApiConfig

Defines common configuration to add core services.

Inheritance
System.Object
ApiConfig
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class ApiConfig

Properties

ConsoleLoggerOptions

Provides programmatic configuration for the Console logger.

Declaration
public ConsoleFormatterOptions ConsoleLoggerOptions { get; set; }
Property Value
Type Description
ConsoleFormatterOptions

IdentityOptions

Represents all the options you can use to configure the identity system.

Declaration
public IdentityOptions IdentityOptions { get; set; }
Property Value
Type Description
IdentityOptions

LocalizationOptions

Provides programmatic configuration for localization.

Declaration
public LocalizationOptions LocalizationOptions { get; set; }
Property Value
Type Description
LocalizationOptions
In This Article
Back to top Generated by DocFX