TemplateEngine.UnregisterRoutine

TemplateEngine.UnregisterRoutine method

Unregister the template routine from the template engine by name.

public void UnregisterRoutine(string name)
ParameterTypeDescription
nameStringThe name that is used to unregister the template routine.

See Also