Show / Hide Table of Contents

Class AbpAspNetCoreServiceCollectionExtensions

Inheritance
System.Object
AbpAspNetCoreServiceCollectionExtensions
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.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class AbpAspNetCoreServiceCollectionExtensions

Methods

GetHostingEnvironment(IServiceCollection)

Declaration
public static IWebHostEnvironment GetHostingEnvironment(this IServiceCollection services)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection services
Returns
Type Description
Microsoft.AspNetCore.Hosting.IWebHostEnvironment
Back to top Powered by Volosoft