C# 클래스 SenseNet.Portal.UI.Bundling.BundleHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddBundleIfNotThere ( Bundle b ) : void
AddBundleToCache ( Bundle bundle ) : void
InvalidateCacheForPath ( string path ) : void
IsBundleInCache ( Bundle b ) : bool
ProcessRequest ( HttpContext context ) : void

메소드 상세

AddBundleIfNotThere() 공개 정적인 메소드

public static AddBundleIfNotThere ( Bundle b ) : void
b Bundle
리턴 void

AddBundleToCache() 공개 정적인 메소드

public static AddBundleToCache ( Bundle bundle ) : void
bundle Bundle
리턴 void

InvalidateCacheForPath() 공개 정적인 메소드

public static InvalidateCacheForPath ( string path ) : void
path string
리턴 void

IsBundleInCache() 공개 정적인 메소드

public static IsBundleInCache ( Bundle b ) : bool
b Bundle
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void