C# Class DotSmart.CoffeeScriptHandler

Inheritance: ScriptHandlerBase, IHttpHandler
Afficher le fichier Open project: duncansmart/LessCoffee

Méthodes protégées

Méthode Description
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

Private Methods

Méthode Description
CoffeeScriptHandler ( ) : System
renderScript ( string scriptFileName, TextWriter output ) : void

Method Details

GetFileDependencies() protected méthode

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
Résultat IEnumerable

Render() protected méthode

protected Render ( string physicalFileName, TextWriter output ) : void
physicalFileName string
output System.IO.TextWriter
Résultat void