C# Class MvcBundleConfig.BundleConfigurationManager

Mostrar archivo Open project: tdupont750/MvcBundleConfig

Public Methods

Method Description
GetBundleConfigCollection ( ) : MvcBundleConfig.Models.BundleConfigCollection
Ignore ( System.Web.HttpContextBase httpContext ) : bool
Init ( MvcBundleConfig.Models.BundleConfigCollection collection = null ) : void

Private Methods

Method Description
CreateBundleConfigs ( MvcBundleConfig.Configuration.BundleConfigurationElementCollection bundles ) : IList

Method Details

GetBundleConfigCollection() public static method

public static GetBundleConfigCollection ( ) : MvcBundleConfig.Models.BundleConfigCollection
return MvcBundleConfig.Models.BundleConfigCollection

Ignore() public static method

public static Ignore ( System.Web.HttpContextBase httpContext ) : bool
httpContext System.Web.HttpContextBase
return bool

Init() public static method

public static Init ( MvcBundleConfig.Models.BundleConfigCollection collection = null ) : void
collection MvcBundleConfig.Models.BundleConfigCollection
return void