Show / Hide Table of Contents

Class AbpHostingEnvironmentExtensions

Inheritance
System.Object
AbpHostingEnvironmentExtensions
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: Microsoft.AspNetCore.Hosting
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class AbpHostingEnvironmentExtensions

Methods

BuildConfiguration(IWebHostEnvironment, AbpConfigurationBuilderOptions)

Declaration
public static IConfigurationRoot BuildConfiguration(this IWebHostEnvironment env, AbpConfigurationBuilderOptions options = null)
Parameters
Type Name Description
Microsoft.AspNetCore.Hosting.IWebHostEnvironment env
AbpConfigurationBuilderOptions options
Returns
Type Description
Microsoft.Extensions.Configuration.IConfigurationRoot
Back to top Powered by Volosoft