Class MvcUiBundlerBase
Inheritance
MvcUiBundlerBase
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public abstract class MvcUiBundlerBase : BundlerBase, IBundler, ITransientDependency
Constructors
MvcUiBundlerBase(IWebHostEnvironment, IMinifier, IOptions<AbpBundlingOptions>)
Declaration
protected MvcUiBundlerBase(IWebHostEnvironment webHostingEnvironment, IMinifier minifier, IOptions<AbpBundlingOptions> bundlingOptions)
Parameters
Properties
WebHostingEnvironment
Declaration
protected IWebHostEnvironment WebHostingEnvironment { get; }
Property Value
Methods
FindFileInfo(string)
Declaration
protected override IFileInfo FindFileInfo(string file)
Parameters
Type |
Name |
Description |
string |
file |
|
Returns
Overrides
Implements
Extension Methods