RazorEngine


CompilationData

Defined in RazorEngine.dll.
Provides (temporary) data about an compilation process.

Constructors

ConstructorDescription
new(sourceCode, tmpFolder)
Signature: (sourceCode:string * tmpFolder:string) -> unit
Creates a new CompilationData instance.

Instance members

Instance memberDescription
DeleteAll()
Signature: unit -> unit
Deletes all remaining files
Dispose()
Signature: unit -> unit
Modifiers: abstract
Clean up the compilation (ie delete temporary files).
Dispose(disposing)
Signature: disposing:bool -> unit
Modifiers: abstract
SourceCode()
Signature: unit -> string
The generated source code of the template (can be null).
Fork me on GitHub