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

AddFiles(BundleContributorCollection, params string[])

Declaration
public static void AddFiles(this BundleContributorCollection contributors, params string[] files)
Parameters
Type Name Description
BundleContributorCollection contributors
string[] files
In This Article
Back to top Powered by Volosoft