Show / Hide Table of Contents

Class StyleBundler

Inheritance
System.Object
BundlerBase
StyleBundler
Implements
ITransientDependency
IStyleBundler
IBundler
Inherited Members
BundlerBase.Logger
BundlerBase.WebContentFileProvider
BundlerBase.Minifier
BundlerBase.Bundle(IBundlerContext)
BundlerBase.GetFileInfo(IBundlerContext, String)
BundlerBase.IsMinFile(String)
BundlerBase.GetMinFileInfoOrNull(String)
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: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Styles
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class StyleBundler : BundlerBase, ITransientDependency, IStyleBundler, IBundler

Constructors

StyleBundler(IWebContentFileProvider, ICssMinifier, IWebHostEnvironment)

Declaration
public StyleBundler(IWebContentFileProvider webContentFileProvider, ICssMinifier minifier, IWebHostEnvironment hostingEnvironment)
Parameters
Type Name Description
IWebContentFileProvider webContentFileProvider
ICssMinifier minifier
IWebHostEnvironment hostingEnvironment

Properties

FileExtension

Declaration
public override string FileExtension { get; }
Property Value
Type Description
System.String
Overrides
BundlerBase.FileExtension

Methods

GetAbsolutePath(String)

Declaration
public string GetAbsolutePath(string relativePath)
Parameters
Type Name Description
System.String relativePath
Returns
Type Description
System.String

ProcessBeforeAddingToTheBundle(IBundlerContext, String, String)

Declaration
protected override string ProcessBeforeAddingToTheBundle(IBundlerContext context, string filePath, string fileContent)
Parameters
Type Name Description
IBundlerContext context
System.String filePath
System.String fileContent
Returns
Type Description
System.String
Overrides
BundlerBase.ProcessBeforeAddingToTheBundle(IBundlerContext, String, String)

Implements

ITransientDependency
IStyleBundler
IBundler

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft