RazorEngine


CSharpRazorCodeLanguage

Defined in RazorEngine.dll.
Provides a razor code language that supports the C# language.

Constructors

ConstructorDescription
new(strictMode)
Signature: strictMode:bool -> unit
Initialises a new instance

Instance members

Instance memberDescription
CreateCodeGenerator(...)
Signature: (className:string * rootNamespaceName:string * sourceFileName:string * host:RazorEngineHost) -> RazorCodeGenerator
Modifiers: abstract
Creates the code generator.
StrictMode()
Signature: unit -> bool
Gets whether strict mode is enabled.
Fork me on GitHub