This method can be overridden to perform logic after the template is rendered.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected virtual void OnPostRender(
	string result
)
Visual Basic
Protected Overridable Sub OnPostRender ( 
	result As String
)

Parameters

result
Type: System..::..String
The template output.

See Also