TemplateEngine.RegisterRoutine

TemplateEngine.RegisterRoutine method

Registers the template routine to the temaplate engine.

public void RegisterRoutine(string name, TemplateRoutine routine)
ParameterTypeDescription
nameStringThe name of the funciton.
routineTemplateRoutineDelegate processing the data

See Also