Override the OnPostRender method so that we can take the result and save it to a file if an output file was specified.
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected override void OnPostRender( string result ) |
Visual Basic |
---|
Protected Overrides Sub OnPostRender ( result As String ) |
Parameters
- result
- Type: System..::..String