Ejemplo n.º 1
0
 /// <summary>Static getter for Page-specific BODY Includes</summary>
 public static string GetPageSpecificBodyIncludes(IPageSpecificIncludesComposition that)
 {
     return(that.GetPropertyValue <string>("pageSpecificBodyIncludes"));
 }
Ejemplo n.º 2
0
 /// <summary>Static getter for HTML Lang Ref</summary>
 public static string GetHTmllangRef(IPageSpecificIncludesComposition that)
 {
     return(that.GetPropertyValue <string>("hTMLLangRef"));
 }