コード例 #1
0
 public static string GetMetaDescription(INavigationSeo that) => that.Value <string>("metaDescription");
コード例 #2
0
 public static string GetMetaKeywords(INavigationSeo that) => that.Value <string>("metaKeywords");
コード例 #3
0
 public static bool GetUmbracoNaviHide(INavigationSeo that) => that.Value <bool>("umbracoNaviHide");