Beispiel #1
0
 public string Concatenate(params object[] args)
 {
     return(_umbracoHelper.Concatenate <DynamicNull>(args));
 }