Show / Hide Table of Contents

Class AbpHostingHostBuilderExtensions

Inheritance
object
AbpHostingHostBuilderExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.Hosting
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpHostingHostBuilderExtensions

Fields

AppSettingsSecretJsonPath

Declaration
public const string AppSettingsSecretJsonPath = "appsettings.secrets.json"
Field Value
Type Description
string

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
Type Name Description
IHostBuilder hostBuilder
bool optional
bool reloadOnChange
string path
Returns
Type Description
IHostBuilder
In this article
Back to top Powered by Volosoft