C# 클래스 AjaxControlToolkit.Bundling.BundleResolver

파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
BundleResolver ( ICache cache ) : System
GetControlBundles ( ) : IEnumerable
GetControlTypesInBundles ( string bundles, string fileName ) : List

비공개 메소드들

메소드 설명
GetAssembly ( string name ) : Assembly
ParseConfiguration ( string text ) : Settings
ReadConfiguration ( string fileName ) : string

메소드 상세

BundleResolver() 공개 메소드

public BundleResolver ( ICache cache ) : System
cache ICache
리턴 System

GetControlBundles() 공개 메소드

public GetControlBundles ( ) : IEnumerable
리턴 IEnumerable

GetControlTypesInBundles() 공개 메소드

public GetControlTypesInBundles ( string bundles, string fileName ) : List
bundles string
fileName string
리턴 List