Class BundleConfigurationContext
Inheritance
object
BundleConfigurationContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll
Syntax
public class BundleConfigurationContext : IBundleConfigurationContext, IServiceProviderAccessor
Constructors
BundleConfigurationContext(IServiceProvider, IFileProvider)
Declaration
public BundleConfigurationContext(IServiceProvider serviceProvider, IFileProvider fileProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider | |
| Microsoft.Extensions.FileProviders.IFileProvider | fileProvider |
Properties
FileProvider
Declaration
public IFileProvider FileProvider { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.FileProviders.IFileProvider |
Files
Declaration
public List<string> Files { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| IAbpLazyServiceProvider |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |