Class AbpBundleContributorOptions
Inheritance
AbpBundleContributorOptions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpBundleContributorOptions
Constructors
AbpBundleContributorOptions()
Declaration
public AbpBundleContributorOptions()
Properties
AllExtensions
Declaration
public ConcurrentDictionary<Type, BundleContributorCollection> AllExtensions { get; }
Property Value
Methods
Extensions(Type)
Declaration
public BundleContributorCollection Extensions(Type contributorType)
Parameters
Type |
Name |
Description |
Type |
contributorType |
|
Returns
Extensions<TContributor>()
Declaration
public BundleContributorCollection Extensions<TContributor>()
Returns
Type Parameters
Name |
Description |
TContributor |
|
Extension Methods