C# 클래스 MvcBundleConfig.BundleConfigurationManager

파일 보기 프로젝트 열기: tdupont750/MvcBundleConfig

공개 메소드들

메소드 설명
GetBundleConfigCollection ( ) : MvcBundleConfig.Models.BundleConfigCollection
Ignore ( System.Web.HttpContextBase httpContext ) : bool
Init ( MvcBundleConfig.Models.BundleConfigCollection collection = null ) : void

비공개 메소드들

메소드 설명
CreateBundleConfigs ( MvcBundleConfig.Configuration.BundleConfigurationElementCollection bundles ) : IList

메소드 상세

GetBundleConfigCollection() 공개 정적인 메소드

public static GetBundleConfigCollection ( ) : MvcBundleConfig.Models.BundleConfigCollection
리턴 MvcBundleConfig.Models.BundleConfigCollection

Ignore() 공개 정적인 메소드

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

Init() 공개 정적인 메소드

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