Show / Hide Table of Contents

Class BundleConfigurationExtensions

Inheritance
System.Object
BundleConfigurationExtensions
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: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public static class BundleConfigurationExtensions

Methods

AddBaseBundles(BundleConfiguration, String[])

Declaration
public static BundleConfiguration AddBaseBundles(this BundleConfiguration bundleConfiguration, params string[] bundleNames)
Parameters
Type Name Description
BundleConfiguration bundleConfiguration
System.String[] bundleNames
Returns
Type Description
BundleConfiguration

AddContributors(BundleConfiguration, Type[])

Declaration
public static BundleConfiguration AddContributors(this BundleConfiguration bundleConfiguration, params Type[] contributorTypes)
Parameters
Type Name Description
BundleConfiguration bundleConfiguration
System.Type[] contributorTypes
Returns
Type Description
BundleConfiguration

AddContributors(BundleConfiguration, IBundleContributor[])

Declaration
public static BundleConfiguration AddContributors(this BundleConfiguration bundleConfiguration, params IBundleContributor[] contributors)
Parameters
Type Name Description
BundleConfiguration bundleConfiguration
IBundleContributor[] contributors
Returns
Type Description
BundleConfiguration

AddFiles(BundleConfiguration, String[])

Declaration
public static BundleConfiguration AddFiles(this BundleConfiguration bundleConfiguration, params string[] files)
Parameters
Type Name Description
BundleConfiguration bundleConfiguration
System.String[] files
Returns
Type Description
BundleConfiguration
Back to top Powered by Volosoft