Exemplo n.º 1
0
 public static IPublishedContent GetSocialSharingImage(ISocial that) => that.Value <IPublishedContent>("socialSharingImage");
Exemplo n.º 2
0
 public static string GetSocialSharingTitle(ISocial that) => that.Value <string>("socialSharingTitle");
Exemplo n.º 3
0
 public static string GetSocialSharingDescription(ISocial that) => that.Value <string>("socialSharingDescription");