Class AbpHostingHostBuilderExtensions
Inheritance
AbpHostingHostBuilderExtensions
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpHostingHostBuilderExtensions
Fields
AppSettingsSecretJsonPath
Declaration
public const string AppSettingsSecretJsonPath = "appsettings.secrets.json"
Field Value
Methods
AddAppSettingsSecretsJson(IHostBuilder, bool, bool, string)
Declaration
public static IHostBuilder AddAppSettingsSecretsJson(this IHostBuilder hostBuilder, bool optional = true, bool reloadOnChange = true, string path = "appsettings.secrets.json")
Parameters
Returns