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