AddTemplate

Input.AddTemplate<TContextObject> method

Adds a template to the collection.

public void AddTemplate<TContextObject>(string key, string path)
ParameterTypeDescription
keyStringKey for the template in the collection.
pathStringPath to the template file.

See Also