Click or drag to resize

RazorEngine.Templating Namespace

 
Classes
 ClassDescription
Public classRazorEngineCompilerErrorCompatibility shim describing a single compiler error.
Public classTemplateCompilationException Compatibility shim raised when a Razor script fails to compile. Kept in the original namespace so existing catch sites and user report scripts (e.g. TST020) keep working after the fork was dropped.
Public classTemplateParsingException Compatibility shim for a Razor parsing error. RazorEngineCore surfaces parse errors as TemplateCompilationException, so this is no longer thrown, but the type is kept so existing catch sites (e.g. the designer's FormHelper) still compile.