Ejemplo n.º 1
0
 public static string GetLink(IOpenGraph that) => that.Value <string>("link");
Ejemplo n.º 2
0
 public static string GetTitle(IOpenGraph that) => that.Value <string>("title");
Ejemplo n.º 3
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetImage(IOpenGraph that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("image");
Ejemplo n.º 4
0
 public static global::System.Web.IHtmlString GetShortDescription(IOpenGraph that) => that.Value <global::System.Web.IHtmlString>("shortDescription");