CompilationData
Defined in RazorEngine.dll.
Provides (temporary) data about an compilation process.
Constructors
Constructor | Description |
new(sourceCode, tmpFolder)
Signature: (sourceCode:string * tmpFolder:string) -> unit
|
Creates a new CompilationData instance. |
Instance members
Instance member | Description |
DeleteAll()
Signature: unit -> unit
|
Deletes all remaining files |
Dispose()
Signature: unit -> unit
Modifiers: abstract |
Clean up the compilation (ie delete temporary files). |
SourceCode
Signature: string
|
The generated source code of the template (can be null). |