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