C# 클래스 Disco.Services.Web.Bundles.FileBundle

상속: IBundle
파일 보기 프로젝트 열기: garysharp/Disco

Private Properties

프로퍼티 타입 설명
UpdateFileHash void

공개 메소드들

메소드 설명
FileBundle ( string Url, string File ) : System
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
UpdateFileHash ( ) : void

메소드 상세

FileBundle() 공개 메소드

public FileBundle ( string Url, string File ) : System
Url string
File string
리턴 System

ProcessRequest() 공개 메소드

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