TemplateEngine.IsRoutineRegistered

TemplateEngine.IsRoutineRegistered method

Determines if a name of template routine is registered in the template engine.

public bool IsRoutineRegistered(string name)
ParameterTypeDescription
nameStringThe name that is used to register the template routine.

Return Value

Returns True if the name is registered in the template engine, otherwise returns False.

See Also