Beispiel #1
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(IAbstractOpenGraph that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Beispiel #2
0
 /// <summary>Static getter for Meta Title</summary>
 public static string GetMetaTitle(IAbstractOpenGraph that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
Beispiel #3
0
 /// <summary>Static getter for OG Type</summary>
 public static string GetOgType(IAbstractOpenGraph that)
 {
     return(that.GetPropertyValue <string>("ogType"));
 }
Beispiel #4
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static string GetMetaKeywords(IAbstractOpenGraph that)
 {
     return(that.GetPropertyValue <string>("metaKeywords"));
 }