Пример #1
0
 /// <summary>
 /// Used to add application specific registered helpers for the templates, for example
 /// some templates might use a custom 'product_list' helper.
 /// </summary>
 /// <param name="js"></param>
 public void AddHelpers(string js)
 {
     _context.Run(js);
 }