C# 클래스 DotSmart.CoffeeScriptHandler

상속: ScriptHandlerBase, IHttpHandler
파일 보기 프로젝트 열기: duncansmart/LessCoffee

보호된 메소드들

메소드 설명
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

비공개 메소드들

메소드 설명
CoffeeScriptHandler ( ) : System
renderScript ( string scriptFileName, TextWriter output ) : void

메소드 상세

GetFileDependencies() 보호된 메소드

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
리턴 IEnumerable

Render() 보호된 메소드

protected Render ( string physicalFileName, TextWriter output ) : void
physicalFileName string
output System.IO.TextWriter
리턴 void