Show / Hide Table of Contents

Class BundleContributorCollectionExtensions

Inheritance
object
BundleContributorCollectionExtensions
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 static class BundleContributorCollectionExtensions

Methods

AddExternalFiles(BundleContributorCollection, params BundleFile[])

Declaration
public static void AddExternalFiles(this BundleContributorCollection contributors, params BundleFile[] files)
Parameters
Type Name Description
BundleContributorCollection contributors
BundleFile[] files

AddFiles(BundleContributorCollection, params string[])

Declaration
public static void AddFiles(this BundleContributorCollection contributors, params string[] files)
Parameters
Type Name Description
BundleContributorCollection contributors
string[] files

AddFiles(BundleContributorCollection, params BundleFile[])

Declaration
public static void AddFiles(this BundleContributorCollection contributors, params BundleFile[] files)
Parameters
Type Name Description
BundleContributorCollection contributors
BundleFile[] files
In this article
Back to top Powered by ABP.IO Platform