コード例 #1
0
 /// <summary>Static getter for ID Google tag manager</summary>
 public static string GetGtagId(IRoiContent that)
 {
     return(that.GetPropertyValue <string>("gtagId"));
 }
コード例 #2
0
 /// <summary>Static getter for Script personnalisé dans le header</summary>
 public static string GetCustomScript(IRoiContent that)
 {
     return(that.GetPropertyValue <string>("customScript"));
 }